aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-03-16 04:42:27 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-03-16 04:42:27 +0300
commitfa133e4455233fbf9c4e278eb88e2ce4e92c668d (patch)
tree56d00b5b5206b70e93fc657b2c94937a8e90e1aa
parent64e63dc6315e08a0e1b69add3eacc1b8fa557073 (diff)
readme: small fixes
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dd9580e..34b9a9c 100644
--- a/README.md
+++ b/README.md
@@ -248,7 +248,7 @@ targets and executed.
client's point of view).
After jobs have been added to a storage with `status` set to `manual`, a client
-have to send a [run-manual(ids: int[])](#run-manualids-int) request to a jobd
+has to send a [`run-manual(ids: int[])`](#run-manualids-int) request to a jobd
instance that serves targets the new jobs are assigned to. When jobd receives
such request, it performs a `SELECT` query with `id IN ({ids})` condition.