Skip to content

Commit de1a453

Browse files
committed
docs(readme): add links
1 parent 10f3c73 commit de1a453

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ db.transaction(function(txn) {
8787
})
8888
```
8989

90-
There is a test app in the [test directory](https://github.com/craftzdog/react-native-sqlite-2/tree/master/test).
90+
See [an example project](/example/) for more detail.
9191

9292
### Using with PouchDB
9393

@@ -111,6 +111,10 @@ As part of database initialization, this library will enable foreign key support
111111

112112
See [CHANGELOG.md](./CHANGELOG.md)
113113

114+
## Contributing
115+
116+
See [CONTRIBUTING.md](./CONTRIBUTING.md)
117+
114118
## Original Cordova SQLite Bindings from Nolan Lawson
115119

116120
https://github.com/nolanlawson/cordova-plugin-sqlite-2

0 commit comments

Comments
 (0)