[doc] Minor update to library title
This commit is contained in:
parent
a0638805ce
commit
7ef9b11d33
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <charlie.robbins@gmail.com>",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue