From 1954c197250a2d1d9613ddc23cdc9f1a6389fec9 Mon Sep 17 00:00:00 2001 From: Ivan Koptiev Date: Thu, 17 Apr 2025 19:49:38 +0300 Subject: [PATCH] fix(docs): correct typo in test command Fixed a typo in the README.md file where "tast test" was replaced with "task test". This ensures clarity and prevents confusion for users following the instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b7090f..7cd11a7 100644 --- a/README.md +++ b/README.md @@ -182,5 +182,5 @@ task mod task build # Run the tests -tast test +task test ```