Skip to content

Commit 2e47d02

Browse files
committed
[doc] Updated README.md
1 parent 954b5fd commit 2e47d02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ The file store is also extensible for multiple file formats, defaulting to `JSON
6565
There is a separate Redis-based store available through [nconf-redis][0]. To install and use this store simply:
6666

6767
``` bash
68-
$ [sudo] npm install nconf
69-
$ [sudo] npm install nconf-redis
68+
$ npm install nconf
69+
$ npm install nconf-redis
7070
```
7171

7272
Once installing both `nconf` and `nconf-redis`, you must require both modules to use the Redis store:

0 commit comments

Comments
 (0)