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": {