From d70b6a0335d638d4bac7143a55d32ee779cecaf0 Mon Sep 17 00:00:00 2001 From: Charter Jacobson Date: Sat, 14 May 2016 14:55:23 -0500 Subject: [PATCH] Fixed some issues with code escaping --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41be848..f1133ef 100644 --- a/README.md +++ b/README.md @@ -149,12 +149,12 @@ Removes the store with the specified `name.` The configuration stored at that le ``` js nconf.remove('file'); -```y +``` ### nconf.required(keys) Declares a set of string keys to be mandatory, and throw an error if any are missing. -```js +``` js nconf.defaults({ keya: 'a', }); @@ -293,7 +293,7 @@ Once installing both `nconf` and `nconf-redis`, you must require both modules to ``` ## Installation -``` +``` bash npm install nconf --save ```