From 058fe53fca3c8030763e80448d2f96fa27a6e59e Mon Sep 17 00:00:00 2001 From: Brett Pappas Date: Mon, 17 Oct 2016 14:54:20 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 362e410..704db32 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ In XCode, in the project navigator, select your project. Add `libReactNativeAudi #### Android 1. Open up `android/app/src/main/java/[...]/MainApplication.java` - - Add `import com.reactlibrary.ReactNativeAudioStreamingPackage;` to the imports at the top of the file + - Add `import com.audioStreaming.ReactNativeAudioStreamingPackage;` to the imports at the top of the file - Add `new ReactNativeAudioStreamingPackage()` to the list returned by the `getPackages()` method If you're using Android 23 or above - Add `new ReactNativeAudioStreamingPackage(MainActivity.class)` to he list returned by the `getPackages()`method instead.