diff --git a/packages/codemods/src/transforms/v3/web-react/README.md b/packages/codemods/src/transforms/v3/web-react/README.md index a46b866b6d..ac8e015262 100644 --- a/packages/codemods/src/transforms/v3/web-react/README.md +++ b/packages/codemods/src/transforms/v3/web-react/README.md @@ -1,7 +1,4 @@ - - - -# Web-React v3 Codemods +# `web-react` v3 Codemods This is a collection of codemods for updating Web-React v3 components. @@ -9,7 +6,7 @@ You can find instructions on how to run these codemods in the main package [READ ## Included Scripts -### `v3/web-react/link-underlined-prop` — Link `isUnderlined` to `underlined` prop change +### `v3/web-react/link-underlined-prop` — Link `isUnderlined` to `underlined` Prop Change This codemod updates the `Link` component by replacing the `isUnderlined` prop with a new `underlined` prop, setting it to "always". @@ -26,7 +23,7 @@ npx @lmc-eu/spirit-codemods -p -t v3/web-react/link-underlined-prop + ``` -### `v3/web-react/button-isSquare-prop-name` — Button `isSquare` to `isSymmetrical` prop change +### `v3/web-react/button-isSquare-prop-name` — Button `isSquare` to `isSymmetrical` Prop Change This codemod updates the `Button` component by replacing the `isSquare` prop with a `isSymmetrical` prop. @@ -41,7 +38,7 @@ npx @lmc-eu/spirit-codemods -p -t v3/web-react/button-isSquare-prop-name +