Skip to content

Commit

Permalink
docs: fix capitalization in readme of datastore-fs. (#232)
Browse files Browse the repository at this point in the history
This PR fixes the capitalization of the import of `FsDatastore` in the readme.
  • Loading branch information
saul-jb authored Jul 27, 2023
1 parent d6e5dd6 commit 01492bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/datastore-fs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ $ npm i datastore-fs
## Usage

```js
import { FSDatastore } from 'datastore-fs'
import { FsDatastore } from 'datastore-fs'

const store = new FSDatastore('path/to/store')
const store = new FsDatastore('path/to/store')
```

## API Docs
Expand Down

0 comments on commit 01492bf

Please sign in to comment.