Skip to content

Commit c6ff979

Browse files
authored
docs: update readme
1 parent 7d46206 commit c6ff979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install blockstore-datastore-adapter
1818
## Usage
1919

2020
```js
21-
import { MemoryDatastore } from ('datastore-core/memory')
21+
import { MemoryDatastore } from 'datastore-core/memory'
2222
import { BlockstoreDatastoreAdapter } from 'blockstore-datastore-adapter'
2323

2424
const store = new BlockstoreDatastoreAdapter(new MemoryDatastore())

0 commit comments

Comments
 (0)