Skip to content

Commit

Permalink
docs: use npm install alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Jul 25, 2022
1 parent 90f6c4c commit f898afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const redis = new IORedis({host: '127.0.0.1'})
const abcache = require('abstract-cache')({
useAwait: false,
driver: {
name: 'abstract-cache-redis', // must be installed via `npm install`
name: 'abstract-cache-redis', // must be installed via `npm i`
options: {client: redis}
}
})
Expand Down

0 comments on commit f898afb

Please sign in to comment.