From 2e47d027ce3c90b41d650d2caa0d365fc929fb74 Mon Sep 17 00:00:00 2001 From: indexzero Date: Sun, 28 Aug 2011 10:43:44 -0400 Subject: [PATCH] [doc] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46940ca..ee0aea0 100644 --- a/README.md +++ b/README.md @@ -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: