From 105b21badc0dabfb36a857e77c716f6de2216cac Mon Sep 17 00:00:00 2001 From: DawnElixir Date: Thu, 1 Jun 2023 04:55:44 +0800 Subject: [PATCH] fix(readme): typo Fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f8ee8c2..1d17dce1 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ To create a new tool, there is a script that generate the boilerplate of the new pnpm run script:create-new-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 inported tool in the proper category and develop the tool. +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. ## Credits