From c566536dfd35085832cd4423e2fabcbedaf089af Mon Sep 17 00:00:00 2001 From: leafee98 Date: Mon, 23 Oct 2023 17:37:29 +0800 Subject: [PATCH] modify README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f962e11..d0bfab9 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ yarn r --generate --config config-example.toml ## Develop -Clone this repo, run follow command, it will generate html and reload page realtime when you modify source code. Note this is implemented simply by polling a http path every second, so it will create a lot log under "Network" tag of browser's developer tools. +Clone this repo, run follow command, it will generate html and reload page realtime when you modify source code (Implemented with livereload). ``` cp config-example.toml config.toml -yarn watch +yarn live ```