Skip to content

Commit

Permalink
explain what ERB is
Browse files Browse the repository at this point in the history
The documentation wasn't so clear for non insiders. The Link to Wikipedia should enable people to gather information they wouldn't have gotten otherwise.
  • Loading branch information
erikbgithub committed Jun 24, 2015
1 parent b9fe60e commit 2cd22c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -217,7 +217,7 @@ windows:

## ERB

Project files support ERB for reusability across environments. Eg:
Project files support [ERB](https://en.wikipedia.org/wiki/ERuby#erb) for reusability across environments. Eg:

```
root: <%= ENV["MY_CUSTOM_DIR"] %>
Expand Down

0 comments on commit 2cd22c5

Please sign in to comment.