Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 78bdb3c

Browse files
committed
README.md: Document _env: syntax defaults
Catch the docs up with 7762af1 (Added support for environment variable default value, 2013-12-09).
1 parent dde538b commit 78bdb3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ environment: `export SETTINGS_FLAVOR=dev`
3636
The default environment is `dev`.
3737

3838
NOTE: it's possible to load environment variables from the config file
39-
with a simple syntax: _env:VARIABLENAME. Check this syntax in action
40-
in the example below...
39+
with a simple syntax: `_env:VARIABLENAME[:DEFAULT]`. Check this syntax
40+
in action in the example below...
4141

4242

4343
#### Example config

0 commit comments

Comments
 (0)