From 2cd22c5086203e9d6ea0cee383848b2de20516af Mon Sep 17 00:00:00 2001 From: Erik Bernoth Date: Wed, 24 Jun 2015 20:52:53 +0200 Subject: [PATCH] explain what ERB is 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9a0090e..c3f07ca2 100644 --- a/README.md +++ b/README.md @@ -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"] %>