Skip to content

Commit

Permalink
docs: update examples path
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Apr 19, 2023
1 parent 87416f7 commit 94023ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const post = db.chain.get('posts').find({ id: 1 }).value() // Important: value()
### CLI, Server, Browser and in tests usage
See [`examples/`](/examples) directory.
See [`src/examples/`](src/examples) directory.
## API
Expand Down Expand Up @@ -237,7 +237,7 @@ new LowSync(new JSONFileSync(filename), {})
#### `Memory` `MemorySync`
In-memory adapters. Useful for speeding up unit tests. See [`examples/`](/examples) directory.
In-memory adapters. Useful for speeding up unit tests. See [`src/examples/`](src/examples) directory.
```js
import { Memory, MemorySync } from 'lowdb'
Expand Down

0 comments on commit 94023ea

Please sign in to comment.