Skip to content

Commit 18bccf9

Browse files
committed
Fix #12 in readme
1 parent 9de4a6e commit 18bccf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A cross platform component for serving static assets with React Native.
2424
#### Android
2525

2626
1. Open up `android/app/src/main/java/[...]/MainActivity.java`
27-
- Add `import com.reactlibrary.FPStaticServerPackage;` to the imports at the top of the file
27+
- Add `import com.futurepress.staticserver.FPStaticServerPackage;` to the imports at the top of the file
2828
- Add `new FPStaticServerPackage()` to the list returned by the `getPackages()` method
2929
2. Append the following lines to `android/settings.gradle`:
3030
```

0 commit comments

Comments
 (0)