mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-29 02:49:13 -04:00
fix typo in README.md
This commit is contained in:
parent
08d977b8cd
commit
64082d4e6d
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ To create a new tool, there is a script that generate the boilerplate of the new
|
||||||
pnpm run script:create:tool my-tool-name
|
pnpm run script:create: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 imported tool in the proper category and develop the tool.
|
It will create a directory in `src/tools` with the correct files, and add the import in `src/tools/index.ts`. You will just need to add the imported tool in the proper category and develop the tool.
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue