Skip to content

Commit 5f223c0

Browse files
committed
chore: update readme
1 parent 9aad13c commit 5f223c0

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,6 @@
22

33
Offline-first React Native library with automatic SQLite sync powered by SQLite Cloud
44

5-
## Installation
6-
7-
8-
```sh
9-
npm install @sqliteai/sqlite-sync-react-native
10-
```
11-
12-
13-
## Usage
14-
15-
16-
```js
17-
import { multiply } from '@sqliteai/sqlite-sync-react-native';
18-
19-
// ...
20-
21-
const result = await multiply(3, 7);
22-
```
23-
24-
25-
## Contributing
26-
27-
- [Development workflow](CONTRIBUTING.md#development-workflow)
28-
- [Sending a pull request](CONTRIBUTING.md#sending-a-pull-request)
29-
- [Code of conduct](CODE_OF_CONDUCT.md)
30-
31-
## License
32-
33-
MIT
34-
355
---
366

377
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)

0 commit comments

Comments
 (0)