From 9c11839afe4463b15ed1a6a016c9c5de4591d974 Mon Sep 17 00:00:00 2001 From: Illya Busigin Date: Sun, 3 Jan 2016 00:22:19 -0600 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d074ed3..deab744 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Ridiculously simple application configuration built on top of [Viper](https://gi ## What is Configurator? -Configurator is an configuration solution built on top of [Viper](https://github.com/spf13/viper). It was designed to be as ridiculously easy to use. Since Configurator is built on top of Viper it supports: +Configurator is an application configuration solution built on top of [Viper](https://github.com/spf13/viper). It was designed to be as easy to use as possible. Since Configurator is built on top of Viper it supports: * setting defaults * reading from JSON, TOML, YAML and HCL config files @@ -28,7 +28,6 @@ Viper is awesome and has seen widespread use in many popular Go packages. The go Every application needs some form of configuration and Viper and Configurator make ingesting configuration data easy no matter what the source. If you haven't familiarized yourself what Viper is, [please do so](https://github.com/spf13/viper#what-is-viper). - Since configurator is built on top of Viper the same source precedence are applicable: * Overrides, or setting the config struct field directly.