Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 3740473

Browse files
authored
Update README.md
1 parent 589384c commit 3740473

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ create-react-app my-app
4141
cd my-app
4242
```
4343

44-
It will create a directory called `my-app` inside the current folder.
45-
44+
It will create a directory called `my-app` inside the current folder.<br>
4645
Inside that directory, it will generate the initial project structure and install the transient dependencies:
4746

4847
```
@@ -60,8 +59,7 @@ my-app/
6059
logo.svg
6160
```
6261

63-
No configuration or complicated folder structures, just the files you need to build your app.
64-
62+
No configuration or complicated folder structures, just the files you need to build your app.<br>
6563
Once the installation is done, you can run some commands inside the project folder:
6664

6765
### `npm start`

0 commit comments

Comments
 (0)