From 590591374bc46d8d2aaba138717f58ed8a48bbce Mon Sep 17 00:00:00 2001 From: Viktorashi <33178074+viktorashi@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:05:03 +0200 Subject: [PATCH] im a core tools contributer now no need to thank me (i'll be added to the contributers section now right?) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 810c4b64c..b698a68d7 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