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
commit 693af58b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)