aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar DawnElixir <hlhmover@gmail.com> 2023-06-01 04:55:44 +0800
committerGravatar GitHub <noreply@github.com> 2023-05-31 22:55:44 +0200
commit105b21badc0dabfb36a857e77c716f6de2216cac (patch)
tree309911a63a4006f8905f259b2b340005bdc562c2
parent33c9b6643f58a6930043f460d5bfdca4bc1f7222 (diff)
downloadit-tools-105b21badc0dabfb36a857e77c716f6de2216cac.tar.gz
it-tools-105b21badc0dabfb36a857e77c716f6de2216cac.tar.zst
it-tools-105b21badc0dabfb36a857e77c716f6de2216cac.zip
fix(readme): typo
Fix readme typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2f8ee8c..1d17dce 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