Skip to content

Commit 94023ea

Browse files
committed
docs: update examples path
1 parent 87416f7 commit 94023ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const post = db.chain.get('posts').find({ id: 1 }).value() // Important: value()
151151
152152
### CLI, Server, Browser and in tests usage
153153
154-
See [`examples/`](/examples) directory.
154+
See [`src/examples/`](src/examples) directory.
155155
156156
## API
157157
@@ -237,7 +237,7 @@ new LowSync(new JSONFileSync(filename), {})
237237
238238
#### `Memory` `MemorySync`
239239
240-
In-memory adapters. Useful for speeding up unit tests. See [`examples/`](/examples) directory.
240+
In-memory adapters. Useful for speeding up unit tests. See [`src/examples/`](src/examples) directory.
241241
242242
```js
243243
import { Memory, MemorySync } from 'lowdb'

0 commit comments

Comments
 (0)