about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-25 09:34:01 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-25 09:34:01 +0000
commita4b13f3e1376b539a1b7b7cbfeb9e38f6de2b289 (patch)
tree4067cd9e9d933c2af3cb8ff4617e2ee2b2537b3f /README
parent04ac0bbb1a7eb6d36d80a33e5798c7bbd62455ef (diff)
downloadclogger-a4b13f3e1376b539a1b7b7cbfeb9e38f6de2b289.tar.gz
Remove unnecessary "DESCRIPTION" header, also added note
about Rubinius support.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 1 insertions, 3 deletions
diff --git a/README b/README
index c61e0da..8013e57 100644
--- a/README
+++ b/README
@@ -1,7 +1,5 @@
 = \Clogger - configurable request logging for Rack
 
-== DESCRIPTION
-
 \Clogger is Rack middleware for logging HTTP requests.  The log format
 is customizable so you can specify exactly which fields to log.
 
@@ -26,7 +24,7 @@ is customizable so you can specify exactly which fields to log.
 
 * Pure Ruby version for non-MRI versions of Ruby (or via CLOGGER_PURE=1
   in the environment).  The optional C extension is loaded by default
-  and supported under MRI 1.8.7, 1.9.1, and 1.9.2.
+  and supported under MRI 1.8.7, 1.9.1, 1.9.2 and Rubinius.
 
 == SYNOPSIS