Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Sep 9, 2021
1 parent e8a2521 commit 7207d6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ $ npm install blockstore-datastore-adapter
## Usage

```js
const { MemoryStore } = require('interface-datastore')
const BlockstoreDatastoreAdapter = require('blockstore-datastore-adapter')
import { MemoryDatastore } from ('datastore-core/memory')
import { BlockstoreDatastoreAdapter } from 'blockstore-datastore-adapter'

const store = new BlockstoreDatastoreAdapter(new MemoryStore())
const store = new BlockstoreDatastoreAdapter(new MemoryDatastore())
```

## Contribute
Expand Down

0 comments on commit 7207d6a

Please sign in to comment.