Skip to content

Commit

Permalink
Minor fixes (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
kant authored and amilajack committed Aug 15, 2017
1 parent bbeff7a commit b76f537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Start the app in the `dev` environment. This starts the renderer process in [**h
$ npm run dev
```

You Run these two commands __simultaneously__ in different console tabs:
Run these two commands __simultaneously__ in different console tabs:

```bash
$ npm run start-renderer-dev
Expand Down Expand Up @@ -196,7 +196,7 @@ See [electron-builder CLI Usage](https://github.com/electron-userland/electron-b
You will need to add other modules to this boilerplate, depending on the requirements of your project. For example, you may want to add [node-postgres](https://github.com/brianc/node-postgres) to communicate with PostgreSQL database, or
[material-ui](http://www.material-ui.com/) to reuse react UI components.

⚠️ Please read following section before installing any dependencies ⚠️
⚠️ Please read the following section before installing any dependencies ⚠️

### Module Structure

Expand Down

0 comments on commit b76f537

Please sign in to comment.