From 782b8fb841c49c98c64f291d02aa5713c81245d0 Mon Sep 17 00:00:00 2001 From: Georgi Ganchev Date: Tue, 26 Sep 2023 11:47:39 +0100 Subject: [PATCH] chore: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad6b00b..2015e28 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Requests must be authenticated by passing an API key in the X-API-KEY header. ### Bulk Certificate Renewals (CRON) -There's cron jobs set in the Load Balancer hosts (under the `haproxy` user) to run renewals every day ot `02:00 AM`, the job looks like this: +There's cron jobs set in the Load Balancer hosts (under the `haproxy` user) to run renewals daily at `02:00 AM`, the job looks like this: ```shell 0 2 * * * cd /opt/acme-manager; bundle exec ruby bin/renew.rb ```