Merge pull request #141 from NickHeiner/patch-1

Grammar nit
master
Jarrett Cruger 2015-01-20 14:23:27 -05:00
commit d335b5a0f5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.
## Example
Using nconf is easy; it is designed to be a simple key-value store with support for both local and remote storage. Keys are namespaced and delimited by `:`. Lets dive right into sample usage:
Using nconf is easy; it is designed to be a simple key-value store with support for both local and remote storage. Keys are namespaced and delimited by `:`. Let's dive right into sample usage:
``` js
var fs = require('fs'),