We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d46206 commit c6ff979Copy full SHA for c6ff979
README.md
@@ -18,7 +18,7 @@ $ npm install blockstore-datastore-adapter
18
## Usage
19
20
```js
21
-import { MemoryDatastore } from ('datastore-core/memory')
+import { MemoryDatastore } from 'datastore-core/memory'
22
import { BlockstoreDatastoreAdapter } from 'blockstore-datastore-adapter'
23
24
const store = new BlockstoreDatastoreAdapter(new MemoryDatastore())
0 commit comments