JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
small change to README
authorAnselm R. Garbe <arg@10kloc.org>
Thu, 28 Sep 2006 14:14:48 +0000 (16:14 +0200)
committerAnselm R. Garbe <arg@10kloc.org>
Thu, 28 Sep 2006 14:14:48 +0000 (16:14 +0200)
README

diff --git a/README b/README
index 7da2cb7..b4fde50 100644 (file)
--- a/README
+++ b/README
@@ -37,7 +37,7 @@ like this in your .xinitrc:
 
     while true
     do
-        echo `date` `uptime | sed 's/.*://; s/,//g'`
+        echo `date` `uptime | sed 's/.*,//'`
         sleep 1
     done | dwm