Skip to content

Commit

Permalink
im a core tools contributer now
Browse files Browse the repository at this point in the history
no need to thank me (i'll be added to the contributers section now right?)
  • Loading branch information
viktorashi authored Dec 23, 2024
1 parent 08d977b commit 5905913
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 @@ -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
```

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

Expand Down

0 comments on commit 5905913

Please sign in to comment.