diff options
author | Bung <crc32@qq.com> | 2020-07-16 17:18:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-16 11:18:59 +0200 |
commit | ba5604b96d7d2604a02b4f8ac8b67c54ea92ecfa (patch) | |
tree | b6046020c819ccc8c67abb2f9cdb512619c5fd8d | |
parent | 282128ab66b6391c4ab9bc76cd19a63a5bce16f8 (diff) | |
download | Nim-ba5604b96d7d2604a02b4f8ac8b67c54ea92ecfa.tar.gz |
fix #13621, the nim-livereload is mentioned as proposal in #8927 (#14998)
-rw-r--r-- | doc/hcr.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/hcr.rst b/doc/hcr.rst index 567d77178..55ccc06dc 100644 --- a/doc/hcr.rst +++ b/doc/hcr.rst @@ -228,7 +228,6 @@ completion. JavaScript target ================= -Once your code is compiled for hot reloading, the ``nim-livereload`` NPM -package provides a convenient solution for implementing the actual reloading +Once your code is compiled for hot reloading, a convenient solution for implementing the actual reloading in the browser using a framework such as [LiveReload](http://livereload.com/) or [BrowserSync](https://browsersync.io/). |