Skip to content

Commit

Permalink
fix(readme): typo
Browse files Browse the repository at this point in the history
Fix readme typo
  • Loading branch information
DawnElixir authored May 31, 2023
1 parent 33c9b66 commit 105b21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

1 comment on commit 105b21b

@vercel
Copy link

@vercel vercel bot commented on 105b21b May 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

it-tools – ./

it-tools-ctmsst.vercel.app
it-tools.vercel.app
it-tools-git-main-ctmsst.vercel.app
it-tools.tech

Please sign in to comment.