diff options
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README index 7da2cb7..b4fde50 100644 --- 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 |