Skip to content

Commit

Permalink
Merge pull request #115 from adombeck/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
joho authored Nov 8, 2020
2 parents 3e4069b + bc7d5cd commit 0da8ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ content := getRemoteFileContent()
myEnv, err := godotenv.Unmarshal(content)
```

### Precendence & Conventions
### Precedence & Conventions

Existing envs take precendence of envs that are loaded later.
Existing envs take precedence of envs that are loaded later.

The [convention](https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use)
for managing multiple environments (i.e. development, test, production)
Expand Down

0 comments on commit 0da8ce7

Please sign in to comment.