From 0b39daa89d62487c7717ecc0f1faa8672f498c09 Mon Sep 17 00:00:00 2001 From: ray Date: Sat, 27 Mar 2021 18:25:32 +0000 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb9ae15..cf6426f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use it: - Install more packages using `npm install --save` - Require your installed packages in src/js/app.js - Modify the js and css files -- Run `npm run dev` (`npm run watch` to recompile when something changes) +- Run `npm run dev` (`npm run watch` to recompile when something changes, `npm run hot` to enable HMR) - [Add new pages, partials, content files...](https://octobercms.com/docs/cms/themes) When you are ready for production: