diff --git a/apps/site/pages/en/blog/migrations/axios-to-fetch.mdx b/apps/site/pages/en/blog/migrations/axios-to-fetch.mdx index cb1f07a590d56..518d5a3d07c1b 100644 --- a/apps/site/pages/en/blog/migrations/axios-to-fetch.mdx +++ b/apps/site/pages/en/blog/migrations/axios-to-fetch.mdx @@ -41,6 +41,16 @@ The codemod supports the following Axios methods and converts them to their Fetc - `axios.putForm(url[, data[, config]])` - `axios.patchForm(url[, data[, config]])` +## Usage + +The source code for this codemod can be found in the [axios-to-whatwg-fetch directory](https://github.com/nodejs/userland-migrations/tree/main/recipes/axios-to-whatwg-fetch). + +You can find this codemod in the [Codemod Registry](https://app.codemod.com/registry/@nodejs/axios-to-whatwg-fetch). + +```bash +npx codemod @nodejs/axios-to-whatwg-fetch +``` + ## Examples ### GET Request