From ae4168904a4b32ecc5765da0850c9337d71a43b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Mon, 21 Nov 2022 13:27:00 +0100 Subject: [PATCH] [docs] Change MUI -> Material UI in icons-material's readme --- packages/mui-icons-material/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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