Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
illyabusigin committed Jan 3, 2016
1 parent 95c74b0 commit 9c11839
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 9c11839

Please sign in to comment.