Skip to content

Commit 3cd0e9b

Browse files
Update README.md
1 parent 94afe38 commit 3cd0e9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# How to Install - Step by Step Guide
22
1. Clone using the following repo link
3-
### `git clone https://github.com/fullstacktutorials/install-reactjs.git myFirstReactProject`
3+
#### `git clone https://github.com/fullstacktutorials/install-reactjs.git myFirstReactProject`
44

55
2. Go to the project folder and run npm install
6-
### `cd myFirstReactProject`
6+
#### `cd myFirstReactProject`
77
### `npm install`
88

99
3. Now run your app
10-
### `npm start`
10+
#### `npm start`
1111

1212
##### Note - myFirstReactProject - you can change this with your project name.
1313

0 commit comments

Comments
 (0)