aboutsummarylogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorgarbeam@gmail.com2011-06-14 05:51:21 +0100
committergarbeam@gmail.com2011-06-14 05:51:21 +0100
commitd1d859358ea2073a4eb19294e1961e6ae17a7c64 (patch)
tree73d8609ee478687c7d77ce5f3b5ade547bf5e084 /README
parent9ebcddec679edbb02548c04d1de6d3446034eef4 (diff)
downloadaur-d1d859358ea2073a4eb19294e1961e6ae17a7c64.tar.gz
Thanks for the pedantic review :)
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index b99762371928..31fc8354eb94 100644
--- a/README
+++ b/README
@@ -38,7 +38,7 @@ the DISPLAY environment variable is set correctly, e.g.:
In order to display status info in the bar, you can do something
like this in your .xinitrc:
- while xsetroot -name "`date` `uptime | sed 's/.*,//'`
+ while xsetroot -name "`date` `uptime | sed 's/.*,//'`"
do
sleep 20
done &