diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2015-11-04 17:42:19 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2015-11-04 17:44:59 +0100 |
commit | eb53932c059f6b315d18945f484337203a227b4e (patch) | |
tree | ee8adc0b82404f567465cdd41cd80f064315bfd0 | |
parent | 36a30a70086a83ad3d74b344b51baa57366b034d (diff) | |
download | snooze-eb53932c059f6b315d18945f484337203a227b4e.tar.gz snooze-eb53932c059f6b315d18945f484337203a227b4e.tar.xz snooze-eb53932c059f6b315d18945f484337203a227b4e.zip |
fix first sentence
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md index 99a615c..d33c953 100644 --- 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. |