commit | 493be7d534084c3382ddeddab6f78837381179b8 | [log] [tgz] |
---|---|---|
author | David Symonds <dsymonds@golang.org> | Mon Oct 26 14:36:42 2015 +1100 |
committer | spf13 <steve.francia@gmail.com> | Wed Nov 04 18:05:20 2015 -0500 |
tree | a423de9af5c44edb032f106bf5a524ce10288d38 | |
parent | d2f75b4befcf56b1627807acc5f10fd19e9784cf [diff] |
Fix import syntax in README.md.
diff --git a/README.md b/README.md index 754588f..dc4041a 100644 --- a/README.md +++ b/README.md
@@ -212,7 +212,7 @@ To enable remote support in Viper, do a blank import of the `viper/remote` package: -`import _ github.com/spf13/viper/remote` +`import _ "github.com/spf13/viper/remote"` Viper will read a config string (as JSON, TOML, or YAML) retrieved from a path in a Key/Value store such as Etcd or Consul. These values take precedence over