Grammar nit

master
Nick Heiner 2015-01-20 13:41:46 -05:00
parent dc6aed2050
commit 6d86950914
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'),