Skip to content

Commit

Permalink
update README.md to reflect changes from = to :
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaszuercher committed Mar 6, 2015
1 parent 0338db6 commit 058dd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The environment files must be stored in a folder called `.transformer`. During t
| Syntax | Description |
| ------------- | ------------- |
| ${variable} | variable with the name "variable". if this variable is not defined, a warning message will apear. |
| ${host=localhost} | variiable with the name host. if the variable is not specified, localhost is used. |
| ${host:localhost} | variiable with the name host. if the variable is not specified, localhost is used. |
| ${env} | is an automatic generated variable which contains the name of the environment. |

Sometimes you want to have a bigger block in the config if a condition is true (for example turn on WCF Tracing). For this, there is a simple if construct:
Expand Down

0 comments on commit 058dd45

Please sign in to comment.