[doc] Updated README.md
This commit is contained in:
parent
954b5fdc2e
commit
2e47d027ce
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ The file store is also extensible for multiple file formats, defaulting to `JSON
|
|||
There is a separate Redis-based store available through [nconf-redis][0]. To install and use this store simply:
|
||||
|
||||
``` bash
|
||||
$ [sudo] npm install nconf
|
||||
$ [sudo] npm install nconf-redis
|
||||
$ npm install nconf
|
||||
$ npm install nconf-redis
|
||||
```
|
||||
|
||||
Once installing both `nconf` and `nconf-redis`, you must require both modules to use the Redis store:
|
||||
|
|
Loading…
Reference in a new issue