Skip to content

Commit

Permalink
FIX link to localstorage-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey authored Jul 11, 2017
1 parent fce28f2 commit 969bc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ const db = await RxDB.create('heroesDB', 'localstorage');

Some adapters you can use:
- [indexedDB](https://www.npmjs.com/package/pouchdb-adapter-idb)
- [localstorage](./plugins/adapter-localstorage/)
- [localstorage](https://www.npmjs.com/package/pouchdb-adapter-localstorage)
- [fruitdown](https://www.npmjs.com/package/pouchdb-adapter-fruitdown)
- [memory](https://www.npmjs.com/package/pouchdb-adapter-memory)
- [websql](https://www.npmjs.com/package/pouchdb-adapter-websql)
Expand Down

0 comments on commit 969bc6d

Please sign in to comment.