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 7245c0e commit 5250207Copy full SHA for 5250207
README.md
@@ -20,7 +20,7 @@ npm install --save keyv keyv-file
20
### Using with keyv
21
```js
22
const Keyv = require('keyv')
23
-const KeyvFile = require('keyv-file').KeyvFile
+const { KeyvFile } = require('keyv-file')
24
25
const keyv = new Keyv({
26
store: new KeyvFile()
0 commit comments