diff --git a/packages/mui-icons-material/README.md b/packages/mui-icons-material/README.md index 529592393e855b..5b6cb5fdb88ce5 100644 --- a/packages/mui-icons-material/README.md +++ b/packages/mui-icons-material/README.md @@ -18,10 +18,9 @@ yarn add @mui/icons-material -These components use the MUI [SvgIcon](https://mui.com/api/svg-icon/) component to -render the SVG path for each icon. +These components use the Material UI's [SvgIcon](https://mui.com/material-ui/api/svg-icon) component to render the SVG path for each icon. -If you are not already using MUI in your project, you can add it with: +If you are not already using Material UI in your project, you can add it with: ```sh // with npm