]> git.netwichtig.de Git - user/henk/code/snooze.git/commitdiff
fix first sentence
authorChristian Neukirchen <chneukirchen@gmail.com>
Wed, 4 Nov 2015 16:42:19 +0000 (17:42 +0100)
committerChristian Neukirchen <chneukirchen@gmail.com>
Wed, 4 Nov 2015 16:44:59 +0000 (17:44 +0100)
README.md

index 99a615ccc7331d2bbb5b13bcccc563afceccaea7..d33c953bedd7ba6365f351f7b6df26ad649fef8d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 ## snooze: run a command at a particular time
 
-`snooze` is a new tool for to wait until a particular time and then
-run a command.  Together with a service supervision system such as runit,
-this can be used to replace cron(8).
+`snooze` is a new tool for waiting until a particular time and then
+running a command.  Together with a service supervision system such as
+runit, this can be used to replace cron(8).
 
 `lr` has been tested on Linux 4.2.
 It will likely work on other Unix-like systems with C99.