mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-25 17:26:15 -04:00
fix(readme): typo
Fix readme typo
This commit is contained in:
parent
33c9b6643f
commit
105b21badc
1 changed files with 1 additions and 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue