Skip to content

Commit

Permalink
docs: env vars now take precedence over config file/objects (#808)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
nexdrew committed Mar 2, 2017
1 parent bc56468 commit 5334370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -1203,8 +1203,8 @@ then all env vars will be applied to argv.
Program arguments are defined in this order of precedence:

1. Command line args
2. Config file
3. Env var
2. Env vars
3. Config file/objects
4. Configured defaults

```js
Expand Down

0 comments on commit 5334370

Please sign in to comment.