From d4ec63d52c90096c0941d499cae3b91470b8811a Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Sun, 15 Dec 2013 01:39:18 +0700 Subject: [PATCH] Add links to projects to the readme --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 231316a..5cc07bb 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,19 @@ #### Ruby implementations. ## Competitors -- Builder -- ERB -- Erubis -- Haml -- Liquid -- Markaby -- Mustache -- Slim +- [Builder](https://github.com/jimweirich/builder) +- [ERB](http://ruby-doc.org/stdlib-2.0.0/libdoc/erb/rdoc/ERB.html) +- [Erubis](http://www.kuwata-lab.com/erubis/) +- [Haml](http://haml.info/) +- [Liquid](http://liquidmarkup.org/) +- [Markaby](http://markaby.github.io/) +- [Mustache](https://github.com/defunkt/mustache) +- [Slim](http://slim-lang.com/) +- [Tenjin](http://www.kuwata-lab.com/tenjin/) ... and our special guest ... -- String interpolation +- [String interpolation](http://en.wikipedia.org/wiki/String_interpolation#Ruby) ## Running ```bash