We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87416f7 commit 94023eaCopy full SHA for 94023ea
README.md
@@ -151,7 +151,7 @@ const post = db.chain.get('posts').find({ id: 1 }).value() // Important: value()
151
152
### CLI, Server, Browser and in tests usage
153
154
-See [`examples/`](/examples) directory.
+See [`src/examples/`](src/examples) directory.
155
156
## API
157
@@ -237,7 +237,7 @@ new LowSync(new JSONFileSync(filename), {})
237
238
#### `Memory` `MemorySync`
239
240
-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.
241
242
```js
243
import { Memory, MemorySync } from 'lowdb'
0 commit comments