diff --git a/packages/keyv/README.md b/packages/keyv/README.md index f3299b7..1b99868 100644 --- a/packages/keyv/README.md +++ b/packages/keyv/README.md @@ -44,7 +44,7 @@ npm install --save keyv-postgres 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 const Keyv = require('keyv');