Skip to content

Commit 837221a

Browse files
docs: fix capitalization of import (#226)
Documentation fix. Incorrect capitalization of import Co-authored-by: Alex Potsides <[email protected]>
1 parent ab3b31b commit 837221a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/blockstore-fs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ $ npm i blockstore-fs
2424
## Usage
2525

2626
```js
27-
import { FSBlockstore } from 'blockstore-fs'
27+
import { FsBlockstore } from 'blockstore-fs'
2828

29-
const store = new FSBlockstore('path/to/store')
29+
const store = new FsBlockstore('path/to/store')
3030
```
3131

3232
## API Docs

0 commit comments

Comments
 (0)