Skip to content

Commit

Permalink
Grammar nit
Browse files Browse the repository at this point in the history
  • Loading branch information
NickHeiner committed Jan 20, 2015
1 parent dc6aed2 commit 6d86950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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'),
Expand Down

0 comments on commit 6d86950

Please sign in to comment.