Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime GRIS committed Apr 3, 2017
1 parent 5a57578 commit e42bb5e
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 @@ -45,13 +45,13 @@ npm install -g @angular/cli
Voila! You have your Angular + Electron app in a local development environment with hot reload !

The code for this is managed at `main.js`. In this sample, the app runs with a simple Electron window.
By default, Developer tools is opened. You can unactivate it by uncomment `win.webContents.openDevTools();` in `main.js`.
By default, Developer tools is opened. You can desactivate it by commenting `win.webContents.openDevTools();` in `main.js`.

## To build for production

- npm run electron:dist

You can find your builted files in the /dist directory.
You can find your built files in the /dist directory.

## Included Commands

Expand Down

0 comments on commit e42bb5e

Please sign in to comment.