Merge pull request #766 from agis/patch-1

Fix README typo
This commit is contained in:
Audrius Butkevicius
2019-02-03 18:40:40 +00:00
committed by GitHub

View File

@@ -670,7 +670,7 @@ func main() {
```
Note that default values set from file (e.g. `FilePath`) take precedence over
default values set from the enviornment (e.g. `EnvVar`).
default values set from the environment (e.g. `EnvVar`).
#### Values from alternate input sources (YAML, TOML, and others)