Skip to content

Commit 8c29241

Browse files
authored
Update README.md
1 parent 87b6ee2 commit 8c29241

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
@@ -200,7 +200,7 @@ public class MainApplication extends Application implements ReactApplication {
200200
protected List<ReactPackage> getPackages() {
201201
return Arrays.<ReactPackage>asList(
202202
new SQLitePluginPackage(), // register SQLite Plugin here
203-
new MainReactPackage())
203+
new MainReactPackage());
204204
}
205205
}
206206
```

0 commit comments

Comments
 (0)