From 94031fc198b228c2e262e06131fcc7fe571735c5 Mon Sep 17 00:00:00 2001 From: "Alex Lau (AvengerMoJo)" Date: Thu, 11 May 2023 14:25:39 +0800 Subject: [PATCH] Fix README.md typo on daemon (#183) It is just a typo fix. Reviewed-on: https://gitea.com/gitea/act_runner/pulls/183 Reviewed-by: techknowlogick Reviewed-by: Jason Song Co-authored-by: Alex Lau (AvengerMoJo) Co-committed-by: Alex Lau (AvengerMoJo) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63acdd5..9fbb75b 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ You can specify the configuration file path with `-c`/`--config` argument. ```bash ./act_runner -c config.yaml register # register with config file -./act_runner -c config.yaml deamon # run with config file +./act_runner -c config.yaml daemon # run with config file ``` ### Run a docker container