Skip to content

Commit 1a4ea2e

Browse files
committed
Update README.md
1 parent 9ae41db commit 1a4ea2e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All codemods, whether you use the `codemod` CLI command or `react-codemod`, are
66

77
### Usage
88

9-
We recommend using the [`codemod`](go.codemod.com/react-codemod) command for improved experience and support.
9+
We recommend using the [`codemod`](https://go.codemod.com/github) command for an enhanced experience and better support.
1010

1111
`npx codemod <framework>/<version>/<transform> --target <path> [...options]`
1212
* `transform` - name of transform, see available transforms below.
@@ -16,7 +16,9 @@ Check [codemod docs](https://go.codemod.com/cli-docs) for the full list of avail
1616

1717
For the legacy `react-codemod` command, see [LEGACY.md](https://github.com/reactjs/react-codemod/LEGACY.md).
1818

19-
## Available Codemods
19+
## Available Codemods
20+
21+
All React codemods are also available in the [Codemod Registry](https://go.codemod.com/react-codemods).
2022

2123
#### `remove-context-provider`
2224

@@ -206,7 +208,7 @@ npx codemod react/update-react-imports --target <path>
206208

207209
## Support and Contributing
208210

209-
The scripts in this repository are maintained by the React team in collaboration with the [codemod.com](https://codemod.com) team.
211+
The scripts in this repository are maintained by the React team in collaboration with the [Codemod.com](https://codemod.com) team.
210212

211213
If you want to contribute, you're welcome to submit a pull request.
212214

0 commit comments

Comments
 (0)