Skip to content

Commit 36d6cc7

Browse files
committed
docs: fix import path
1 parent ab7fdf8 commit 36d6cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Adapters for reading and writing text. Useful for creating custom adapters.
291291
Adapters for easily supporting other data formats or adding behaviors (encrypt, compress...).
292292

293293
```js
294-
import { DataFile } from 'lowdb'
294+
import { DataFile } from 'lowdb/node'
295295
new DataFile(filename, {
296296
parse: YAML.parse,
297297
stringify: YAML.stringify

0 commit comments

Comments
 (0)