From 2ed733e24dd816fb83515bb64aa789ff41991142 Mon Sep 17 00:00:00 2001 From: Anshuman Date: Fri, 6 Oct 2017 01:16:48 +0530 Subject: [PATCH] fixes #51, updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21da11f..8b15419 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ These sample apps are migrated from [nw-sample-apps](https://github.com/zcbenz/n [chrome-app-sample](https://github.com/GoogleChrome/chrome-app-samples) and [chromium extensions examples](https://code.google.com/p/chromium/codesearch#chromium/src/chrome/common/extensions/docs/examples/&sq=package:chromium&type=cs). -All samples are test on Electron v1.1.1. +All samples are test on Electron v1.6.11. ## How to run apps -1. Install Electron via `npm install -g electron-prebuilt@1.1.1`. +1. Install Electron via `npm install -g electron`. 2. Run the sample via `electron /`.