diff options
author | murphy <murphy@rubychan.de> | 2006-03-15 22:51:50 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-03-15 22:51:50 +0000 |
commit | c13b2ad9ab57d489ab23f3db997651a499848f01 (patch) | |
tree | b06afb97c8440dde463efa3b1d70789c51631dce | |
parent | eb5adf9c2e936d1fd0f5c961d61d1694ed99dc6a (diff) | |
download | coderay-c13b2ad9ab57d489ab23f3db997651a499848f01.tar.gz |
Adjusted docu to interface (old :column --> new :table)
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ CodeRay needs Ruby 1.8 and the strscan[http://www.ruby-doc.org/stdlib/libdoc/str require 'coderay' - hl = CodeRay.html :line_numbers => :column + hl = CodeRay.html :line_numbers => :table puts hl.highlight_page "puts 'Hello, world!'", :ruby |