diff options
author | Leah Neukirchen <leah@vuxu.org> | 2021-01-27 11:23:05 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2021-01-27 11:23:05 +0100 |
commit | 3b5ddebba7907568e0fe7592a5498e2963934f04 (patch) | |
tree | f582f334af54c643fda5a681cfc2b41c3fb498d1 | |
parent | 6a6280875ca612295dc271321512e389cbe446e1 (diff) | |
download | nq-3b5ddebba7907568e0fe7592a5498e2963934f04.tar.gz nq-3b5ddebba7907568e0fe7592a5498e2963934f04.tar.xz nq-3b5ddebba7907568e0fe7592a5498e2963934f04.zip |
README.md: tweaks
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index 8e85837..dc2c321 100644 --- a/README.md +++ b/README.md @@ -129,10 +129,10 @@ Perl's `prove` installed. * `at` runs jobs at a given time. `batch` runs jobs "when system load levels permit". - nq runs jobs in sequence with no regard to the system's load average. + `nq` runs jobs in sequence with no regard to the system's load average. * `at` and `batch` have 52 built-in queues: a-z and A-Z. - Any directory can be a queue for nq. + Any directory can be a queue for `nq`. * You can follow the output of an `nq` queue tail-style with `fq`. @@ -140,11 +140,11 @@ Perl's `prove` installed. the standard input or a file; `nq` takes a single command as its command line arguments. -* nq doesn't rely on a daemon. +* `nq` doesn't rely on a daemon. ## Copyright -nq is in the public domain. +`nq` is in the public domain. To the extent possible under law, Leah Neukirchen <leah@vuxu.org> |