diff --git a/README.md b/README.md index e3648d1..1e69f43 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ## Download & Setup Instructions : -Before downloading the project, check to make sure you meet the [project's requirements.](https://github.com/divanov11/Mumble/blob/master/REQUIREMENTS.md) +Before downloading the project,got check to make sure you meet the [project's requirements.](https://github.com/divanov11/Mumble/blob/master/REQUIREMENTS.md) Clone the project. This will download the GitHub respository files onto your local machine. @@ -27,6 +27,9 @@ Clone the project. This will download the GitHub respository files onto your loc git clone https://github.com/divanov11/mumble ``` + + + ### Frontend Instructions (Create React App) : ---> Navigate to the `frontend/` directory @@ -47,7 +50,7 @@ npm install npm run start ``` ----> Open your browser and navigate to either `http://localhost:3000 or http://127.0.0.1:3000` +---> Open your browser and navigate to either `http://localhost:3000 or http://127.0.0.1:3000` ## Want to Contribute?