Skip to content

Commit

Permalink
docs: fix capitalization of import (#226)
Browse files Browse the repository at this point in the history
Documentation fix. Incorrect capitalization of import

Co-authored-by: Alex Potsides <alex@achingbrain.net>
  • Loading branch information
wellcaffeinated and achingbrain authored Jun 3, 2023
1 parent ab3b31b commit 837221a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/blockstore-fs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ $ npm i blockstore-fs
## Usage

```js
import { FSBlockstore } from 'blockstore-fs'
import { FsBlockstore } from 'blockstore-fs'

const store = new FSBlockstore('path/to/store')
const store = new FsBlockstore('path/to/store')
```

## API Docs
Expand Down

0 comments on commit 837221a

Please sign in to comment.