Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme #80

Merged
merged 2 commits into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,15 @@ Codemod to convert React PropTypes to TypeScript types.

## Usage

Thanks to my friends at Intuita, you can easily run Ratchet on your project
using the
[Intuita VS Code extension](https://marketplace.visualstudio.com/items?itemName=Intuita.intuita-vscode-extension):
Thanks to my friends at Codemod, you can easily run Ratchet on your project
using the [Codemod VS Code extension](https://marketplace.visualstudio.com/items?itemName=codemod.codemod-vscode-extension):

<a href="http://tinyurl.com/intuita-ratchet" target="_blank">
<img src="https://raw.githubusercontent.com/intuita-inc/intuita-docs/master/static/img/intuita-badge.png" alt="Intuita Run Codemod" width="200"/>
<a href="https://go.codemod.com/ratchet" target="_blank">
<img src="https://raw.githubusercontent.com/codemod-com/codemod/main/apps/docs/images/misc/run-in-codemod-badge.svg" alt="Run in Codemod.com" width="200"/>
</a>

> To learn more about using the extension,
> [read the docs here](https://docs.intuita.io/docs/vs-code-extension/quickstart).
> If you encounter any issues, please
> [reach out](https://www.intuita.io/community) to my good friends at Intuita.
> To learn more about using the Codemod platform, [read the docs here](https://go.codemod.com/vsce-docs).
> If you encounter any issues, please [reach out](https://www.codemod.com/community) to my good friends at Codemod.

Or run the following command with a file glob that matches the files you want to
convert.
Expand Down
Loading