Skip to content

Commit 5340db9

Browse files
committed
docs(readme): use @craftzdog/pouchdb-errors
1 parent 7d51c4a commit 5340db9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It now directly uses op-sqlite, so it's more efficient.
1111
### Installation
1212

1313
```sh
14-
yarn add @op-engineering/op-sqlite react-native-quick-crypto @craftzdog/react-native-buffer
14+
yarn add @op-engineering/op-sqlite react-native-quick-crypto @craftzdog/react-native-buffer @craftzdog/pouchdb-errors
1515
```
1616

1717
### Polyfill NodeJS APIs
@@ -42,6 +42,7 @@ Then, in your `babel.config.js`, add the plugin to swap the `crypto`, `stream` a
4242
crypto: 'react-native-quick-crypto',
4343
stream: 'readable-stream',
4444
buffer: '@craftzdog/react-native-buffer',
45+
'pouchdb-errors': '@craftzdog/pouchdb-errors'
4546
},
4647
},
4748
],

0 commit comments

Comments
 (0)