diff options
author | Tom <tkf144@users.noreply.github.com> | 2021-01-31 16:09:19 +1100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2021-02-04 15:34:59 +0100 |
commit | 8165cee0a12e3e88701dce293e4a930b6f166acd (patch) | |
tree | d90e54cc1f840266f3ec696b7adb4964e7eb9a6c | |
parent | 6f8a31a27aea2a8b8ad632ae90c86c1b3faa71db (diff) | |
download | nq-8165cee0a12e3e88701dce293e4a930b6f166acd.tar.gz nq-8165cee0a12e3e88701dce293e4a930b6f166acd.tar.xz nq-8165cee0a12e3e88701dce293e4a930b6f166acd.zip |
README.md: fix minor 'manager'->'manage' typo
Closes: #34 [via git-merge-pr]
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 9e3b14b..403c509 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ 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 and relies on a directory to manager the queue. +* `nq` doesn't rely on a daemon and relies on a directory to manage the queue. `task-spooler` automatically launches a daemon to manage a queue. * `task-spooler` can set a maximum number of simultaneous jobs. |