summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-06-09 20:41:25 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-06-09 20:41:25 +0200
commit880aa337431f1135abeeb15f12343513d65f064f (patch)
treef2eb02308382bb2b013a72cb7f9f9b11ea34e2d2 /README.markdown
parentf107600028ae11037dc701dabff5527a4c5eb1b0 (diff)
downloadcoderay-880aa337431f1135abeeb15f12343513d65f064f.tar.gz
update README
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown8
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 [![Build Status](https://travis-ci.org/rubychan/coderay.png)](https://travis-ci.org/rubychan/coderay) [![Gem Version](https://badge.fury.io/rb/coderay.png)](http://badge.fury.io/rb/coderay) [![Dependency Status](https://gemnasium.com/rubychan/coderay.png)](https://gemnasium.com/rubychan/coderay)
+# CodeRay
+
+[![Build Status](https://travis-ci.org/rubychan/coderay.png)](https://travis-ci.org/rubychan/coderay)
+[![Gem Version](https://badge.fury.io/rb/coderay.png)](http://badge.fury.io/rb/coderay)
+[![Dependency Status](https://gemnasium.com/rubychan/coderay.png)](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