Skip to content

Commit 88a0fc4

Browse files
committed
- Fix module name
- Fix README copy
1 parent d50c5cd commit 88a0fc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Having done that, you can start interacting with the db, through 3 public functi
9090
- exec
9191

9292
### Init
93-
The database must be initialized before any other call
93+
The database must be initialized before any other call takes place
9494

9595
```js
9696
var sqlite = require('react-native-android-sqlite')

src/main/java/io/jbrodriguez/react/RNSQLiteModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import com.facebook.react.uimanager.ViewManager;
1212
import com.facebook.react.bridge.JavaScriptModule;
1313

14-
public class RNNetworkingManagerModule implements ReactPackage {
14+
public class RNSQLiteModule implements ReactPackage {
1515

1616
@Override
1717
public List<NativeModule> createNativeModules(

0 commit comments

Comments
 (0)