From 64082d4e6d2fd3d96c52a596a7e24ea82e899336 Mon Sep 17 00:00:00 2001 From: poros Date: Tue, 21 Jan 2025 16:16:55 +0100 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 810c4b64..b698a68d 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ To create a new tool, there is a script that generate the boilerplate of the new pnpm run script:create:tool my-tool-name ``` -It will create a directory in `src/tools` with the correct files, and a the import in `src/tools/index.ts`. You will just need to add the imported tool in the proper category and develop the tool. +It will create a directory in `src/tools` with the correct files, and add the import in `src/tools/index.ts`. You will just need to add the imported tool in the proper category and develop the tool. ## Contributors