Update README.md

Fix readme typo
This commit is contained in:
DawnElixir 2023-05-31 15:56:17 +08:00 committed by GitHub
parent 33c9b6643f
commit 100df7dcc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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