From 9d4a0178ad50d2fee0f75f548fb7392f1db42e70 Mon Sep 17 00:00:00 2001 From: BK Date: Tue, 28 May 2024 08:45:04 -0700 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7c0e3a..2a01feb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Introduction gotaskr (Go-Task-Runner) is a generic task runner which is invoked via CLI. -The tasks are written in plan Go and can easily be called from the CLI. +The tasks are written in plain Go and can easily be called from the CLI. This is especially usefull for tasks in the CI. The tasks can be chained and in the end, there is a statistic about