We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7fdf8 commit 36d6cc7Copy full SHA for 36d6cc7
README.md
@@ -291,7 +291,7 @@ Adapters for reading and writing text. Useful for creating custom adapters.
291
Adapters for easily supporting other data formats or adding behaviors (encrypt, compress...).
292
293
```js
294
-import { DataFile } from 'lowdb'
+import { DataFile } from 'lowdb/node'
295
new DataFile(filename, {
296
parse: YAML.parse,
297
stringify: YAML.stringify
0 commit comments