From 5661499c0929b613f8b514b99e4945be72c5b6d5 Mon Sep 17 00:00:00 2001 From: abhi99555 <80599442+abhi99555@users.noreply.github.com> Date: Mon, 13 Jun 2022 23:49:16 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3af79a3..930eff0 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,14 @@ or: ## The idea behind the example -The project uses [Next.js](https://github.com/vercel/next.js), which is a framework for server-rendered React apps. +This project uses [Next.js](https://github.com/vercel/next.js), which is a framework for server-rendered React apps. It includes `@mui/material` and its peer dependencies, including `emotion`, the default style engine in MUI v5. If you prefer, you can [use styled-components instead](https://mui.com/material-ui/guides/interoperability/#styled-components). ## The link component Next.js has [a custom Link component](https://nextjs.org/docs/api-reference/next/link). The example folder provides adapters for usage with MUI. -More information [in the documentation](https://mui.com/material-ui/guides/routing/#next-js). +For More information refer [in the documentation](https://mui.com/material-ui/guides/routing/#next-js). ## What's next?