From 6d8695091471e740365551c6f4c95b0418997c49 Mon Sep 17 00:00:00 2001 From: Nick Heiner Date: Tue, 20 Jan 2015 13:41:46 -0500 Subject: [PATCH] Grammar nit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7314c1..aa395d1 100644 --- a/README.md +++ b/README.md @@ -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'),