Skip to content

Commit 3130d7b

Browse files
committed
Update README.md
1 parent 9fb87e6 commit 3130d7b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ uses <a href="https://electron.atom.io/">Electron</a>, <a href="https://facebook
4343

4444
<br>
4545

46-
47-
4846
## Install
4947

5048
```
@@ -62,22 +60,25 @@ $ cd your-project-name
6260
```
6361
$ `yarn` or `npm install`
6462
```
63+
<br>
6564

6665
## Starting Development
6766

6867
Start the app in the `dev` environment:
6968

7069
```bash
71-
`yarn start` or `npm start`
70+
$ `yarn start` or `npm start`
7271
```
72+
<br>
7373

7474
## Packaging for Production
7575

7676
To package apps for the local platform:
7777

7878
```bash
79-
`yarn package` or `npm run package`
79+
$ `yarn package` or `npm run package`
8080
```
81+
<br>
8182

8283
## Enjoy it 😄
8384

0 commit comments

Comments
 (0)