From b26a664b0e9bad6cc61f8f66844b3827fbf2dc68 Mon Sep 17 00:00:00 2001 From: Hans Ginzel Date: Thu, 18 Sep 2025 15:54:26 +0200 Subject: [PATCH] Update README.rst: typo "uses" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit uses → used --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index aa76972b..54f7c4a1 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ doit - automation tool *doit* comes from the idea of bringing the power of build-tools to execute any kind of task -*doit* can be uses as a simple **Task Runner** allowing you to easily define ad hoc +*doit* can be used as a simple **Task Runner** allowing you to easily define ad hoc tasks, helping you to organize all your project related tasks in an unified easy-to-use & discoverable way.