From e42bb5ed01a8fe6acbe969e60f08647d5b4100e5 Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Mon, 3 Apr 2017 21:34:06 +0200 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f3f8a92f..066175645 100644 --- a/README.md +++ b/README.md @@ -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