aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3fa26bc..36cf1e7 100644
--- a/README.md
+++ b/README.md
@@ -258,7 +258,7 @@ job to complete before it will be executed:
{:depends-on [:a "a1"]})])
```
-Here queue job `b1` will not execute before `:a1` is `:done`.
+Here queue job `b1` will not execute before `a1` is `:done`.
Note that queue-name plus `:id` in job options must be an unique value.
In the example above that means `:a` plus `a1` must be unique.