Skip to content

Commit

Permalink
Fixed some issues with code escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
katacarbix committed May 14, 2016
1 parent 3d4e589 commit d70b6a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
});
Expand Down Expand Up @@ -293,7 +293,7 @@ Once installing both `nconf` and `nconf-redis`, you must require both modules to
```
## Installation
```
``` bash
npm install nconf --save
```
Expand Down

0 comments on commit d70b6a0

Please sign in to comment.