Skip to content

Commit 5250207

Browse files
authored
changle import style on first example (#17)
1 parent 7245c0e commit 5250207

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
@@ -20,7 +20,7 @@ npm install --save keyv keyv-file
2020
### Using with keyv
2121
```js
2222
const Keyv = require('keyv')
23-
const KeyvFile = require('keyv-file').KeyvFile
23+
const { KeyvFile } = require('keyv-file')
2424

2525
const keyv = new Keyv({
2626
store: new KeyvFile()

0 commit comments

Comments
 (0)