Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore authored Jul 22, 2018
1 parent 80df09f commit b269ef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,5 @@ if (!getenv('<LAST_ENV_APP_SHOULD_BE_AWARE_OF>')) {
}
```

For example if your app last introduced `FB_APP_ID` env, but this value is not already hard set in the machine, it would be loaded via `.env` file else you are already covered.
For example if your app last introduced `FB_APP_ID` env, but this value is not already hard set in the machine,
it would be loaded via `.env` file else you are already covered.

0 comments on commit b269ef5

Please sign in to comment.