From 7d38cba663e67d5fdc3c2d423f93e0ae465cec78 Mon Sep 17 00:00:00 2001 From: Alex Macleod Date: Fri, 12 May 2017 13:46:55 +0100 Subject: [PATCH] Fix viper link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 194fdd8..bf0ed85 100644 --- a/README.md +++ b/README.md @@ -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.