diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-09 20:41:25 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-09 20:41:25 +0200 |
commit | 880aa337431f1135abeeb15f12343513d65f064f (patch) | |
tree | f2eb02308382bb2b013a72cb7f9f9b11ea34e2d2 | |
parent | f107600028ae11037dc701dabff5527a4c5eb1b0 (diff) | |
download | coderay-880aa337431f1135abeeb15f12343513d65f064f.tar.gz |
update README
-rw-r--r-- | README.markdown | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index ae19fdd..f333655 100644 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,8 @@ -# CodeRay [](https://travis-ci.org/rubychan/coderay) [](http://badge.fury.io/rb/coderay) [](https://gemnasium.com/rubychan/coderay) +# CodeRay + +[](https://travis-ci.org/rubychan/coderay) +[](http://badge.fury.io/rb/coderay) +[](https://gemnasium.com/rubychan/coderay) ## About @@ -12,7 +16,7 @@ You put your code in, and you get it back colored; Keywords, strings, floats, co ### Dependencies -CodeRay needs Ruby 1.8.7+ or 1.9.2+. It also runs on Rubinius and JRuby. +CodeRay needs Ruby 1.8.7, 1.9.3 or 2.0. It also runs on JRuby. ## Example Usage |