Merge branch 'viper' into dev

This commit is contained in:
Aaron L 2017-05-15 22:01:44 -07:00
commit 696d572164

View file

@ -219,7 +219,7 @@ go get -u -t github.com/vattle/sqlboiler
#### Configuration
Create a configuration file. Because the project uses [viper](github.com/spf13/viper), TOML, JSON and YAML
Create a configuration file. Because the project uses [viper](https://github.com/spf13/viper), TOML, JSON and YAML
are all supported. Environment variables are also able to be used.
We will assume TOML for the rest of the documentation.