Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Sep 9, 2021
1 parent 7d46206 commit c6ff979
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 @@ -18,7 +18,7 @@ $ npm install blockstore-datastore-adapter
## Usage

```js
import { MemoryDatastore } from ('datastore-core/memory')
import { MemoryDatastore } from 'datastore-core/memory'
import { BlockstoreDatastoreAdapter } from 'blockstore-datastore-adapter'

const store = new BlockstoreDatastoreAdapter(new MemoryDatastore())
Expand Down

0 comments on commit c6ff979

Please sign in to comment.