Skip to content

Commit 80549f5

Browse files
authored
Update README.md
1 parent c9e5654 commit 80549f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,25 @@
4242
</table>
4343

4444
### How to Run Locally
45-
Run the below commang to clone repo locally/
45+
Run the below command to clone the repo locally
4646
```
4747
git clone https://github.com/kothariji/SyntaxMeets.git
4848
```
4949

50-
### To run server, go to the server folder in backend directory and Run
50+
### To run the server, go to the server folder in the backend directory and Run
5151
```
5252
npm install
5353
npm start
5454
```
5555
#### this will run your express server in localhost:4000
5656

5757
---
58-
### To run application, go to the syntaxmeets folder in frontend directory and Run
58+
### To run the application, go to the SyntaxMeets folder in the frontend directory and Run
5959
```
6060
npm install //install all react dependencies
6161
npm start //runserver
6262
```
6363
#### this will run your application in localhost:3000
6464

6565

66-
### If you liked our work do give us a star :star::star::star:. It Encourages us to do more :wink: :dizzy:
66+
### If you liked our work do give us a star :star::star::star: It Encourages us to do more :wink: :dizzy:

0 commit comments

Comments
 (0)