From 98980c3453dfc5458e88750819abaefaa75967e4 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Tue, 22 Jun 2021 19:25:39 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c29a93..bd8cb64 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Nconf-lite is a complete re-written design of original nconf with zero dependanc It is a hierarchical node.js configuration with files, environment variables, and atomic object merging. -Compared to nconf running at 952KB with over 220 files *installed*, nconf-lite is clocking at measly 42KB with only 11 files of easily reviewable code and a ton more unit test, testing every micro functionality. +Compared to nconf running at 952KB with over 220 files *installed*, nconf-lite is clocking at measly 42KB with only 11 files of easily reviewable code and a ton more unit test, testing almost every micro functionality. ## 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 `:`. Let's dive right into sample usage: From 863fec827d3255bd5ee4e29b76c4326b6de75adb Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Wed, 23 Jun 2021 09:36:46 +0000 Subject: [PATCH 2/2] Add .circleci/config.yml