summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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