summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-03-15 22:51:50 +0000
committermurphy <murphy@rubychan.de>2006-03-15 22:51:50 +0000
commitc13b2ad9ab57d489ab23f3db997651a499848f01 (patch)
treeb06afb97c8440dde463efa3b1d70789c51631dce
parenteb5adf9c2e936d1fd0f5c961d61d1694ed99dc6a (diff)
downloadcoderay-c13b2ad9ab57d489ab23f3db997651a499848f01.tar.gz
Adjusted docu to interface (old :column --> new :table)
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 2a411b7..4221b1a 100644
--- a/README
+++ b/README
@@ -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