Fix viper link

This commit is contained in:
Alex Macleod 2017-05-12 13:46:55 +01:00 committed by GitHub
parent 17f2ec5108
commit 7d38cba663

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.