Skip to content

Commit

Permalink
[doc] Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Aug 28, 2011
1 parent 954b5fd commit 2e47d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2e47d02

Please sign in to comment.