From 04479075d9a35fc6a01ae91f714524023fe99e16 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 3 Sep 2019 16:08:45 +0400 Subject: Updated the name project Signed-off-by: Valentin Popov --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 02c5ac7..cd94d80 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ElectronJS Live Reload +# ElectronJS Hot Reload It is a simple method to restart your application. @@ -15,16 +15,16 @@ First, you should install this package: ```bash # Yarn -yarn add electron-live-reload +yarn add electron-hot-reload # NPM -npm install --save electron-live-reload +npm install --save electron-hot-reload ``` Next, you should create watchers: ```javascript -import { mainReloader, rendererReloader } from 'electron-live-reload'; +import { mainReloader, rendererReloader } from 'electron-hot-reload'; import { app } from 'electron'; import path from 'path'; -- cgit v1.2.3