aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-03-16 02:21:38 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-03-16 02:21:38 +0300
commit1d5651ec5d9c9c6ee788eedfe51ede1cad9822f6 (patch)
treed93c8cfd4c243145bd3f586183846a95b5c91629
parent42d225337fc7221a76658420604dc7a292240158 (diff)
readme: fix a typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4df352e..226a287 100644
--- a/README.md
+++ b/README.md
@@ -183,7 +183,7 @@ As you can see:
> like `job_name` or `job_data`.<br>
> Check out the [implementation example](#implementation-example).
-To create a new job (or multiple jobs), they must be added the table. As mentioned
+To create a new job (or multiple jobs), they must be added to the table. As mentioned
earlier, adding or removing to/from the table is outsize the jobd's area of
responsibility and this is by design. User must add jobs to the table manually.