Skip to content

Commit

Permalink
read.me edits
Browse files Browse the repository at this point in the history
  • Loading branch information
higgo3636 committed May 30, 2023
1 parent a4866f1 commit 30523fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Interoperable Web Components with Next.js & MUI
# Portable Web Components with Next.js & MUI

This project demonstrates how to create and use React Next.js components, particularly when integrated with Material UI (MUI), as custom Web Components. This provides enhanced portability across various JavaScript frameworks. The project provides a comprehensive set of examples, showcasing best practices for creating and using these universal components.

Expand All @@ -10,7 +10,7 @@ To install the project, you will need to have Node.js and npm installed on your

1. Clone the repository: `git clone <repository-url>`
2. Move into the project directory: `cd <project-directory>`
3. Install the dependencies: `npm install`
3. Install the dependencies: `npm install --legacy-peer-deps`

## Usage

Expand Down

0 comments on commit 30523fa

Please sign in to comment.