Luke Childs 7 years ago
committed by Jytesh
parent
commit
628c109d75
  1. 2
      packages/keyv/README.md

2
packages/keyv/README.md

@ -44,7 +44,7 @@ npm install --save keyv-postgres
npm install --save keyv-mysql npm install --save keyv-mysql
``` ```
Create a new Keyv instance, passing your connection string if applicable. That's it! Create a new Keyv instance, passing your connection string if applicable. Keyv will automatically load the correct storage adapter.
```js ```js
const Keyv = require('keyv'); const Keyv = require('keyv');

Loading…
Cancel
Save