diff --git a/README.md b/README.md index 60faf13..2b42421 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To run the project in your local environment, follow these steps: 1. Clone the repository to your local machine. 2. Run `npm install` or `yarn` in the project directory to install the required dependencies. -3. Run `npm run start` or `yarn start` to get the project started. +3. Run `npm run dev` or `yarn dev` to get the project started. 4. Open [http://localhost:5173](http://localhost:5173) (or the address shown in your console) in your web browser to view the app. ## 💡 Improvements