From 7ef9b11d335ec2c5356561fe147922f81fe196d3 Mon Sep 17 00:00:00 2001 From: indexzero Date: Sun, 18 Sep 2011 21:35:55 -0400 Subject: [PATCH] [doc] Minor update to library `title` --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bd0524..8390468 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # nconf -A hierarchical node.js configuration management library with support for files, environment variables, command-line arguments, and atomic object merging. +Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging. ## Installation diff --git a/package.json b/package.json index 9a58a3e..24c5385 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nconf", - "description": "A hybrid local / remote configuration storage library for node.js.", + "description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.", "version": "0.3.1", "author": "Charlie Robbins ", "repository": {