diff options
author | 2023-06-01 04:55:44 +0800 | |
---|---|---|
committer | 2023-05-31 22:55:44 +0200 | |
commit | 105b21badc0dabfb36a857e77c716f6de2216cac (patch) | |
tree | 309911a63a4006f8905f259b2b340005bdc562c2 | |
parent | 33c9b6643f58a6930043f460d5bfdca4bc1f7222 (diff) | |
download | it-tools-105b21badc0dabfb36a857e77c716f6de2216cac.tar.gz it-tools-105b21badc0dabfb36a857e77c716f6de2216cac.tar.zst it-tools-105b21badc0dabfb36a857e77c716f6de2216cac.zip |
fix(readme): typo
Fix readme typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |