diff --git a/README.md b/README.md index fd2fa4c..f7b8773 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,8 @@ Set to `true` or set `livereload: 1337` to a port number to enable live reloadin If enabled a live reload server will be started with the watch task per target. Then after the indicated tasks have run, the live reload server will be triggered with the modified files. +See also how to [enable livereload on your HTML](https://github.com/gruntjs/grunt-contrib-watch/blob/master/docs/watch-examples.md#enabling-live-reload-in-your-html). + Example: ```js watch: { diff --git a/docs/watch-options.md b/docs/watch-options.md index d26d574..a8e5509 100644 --- a/docs/watch-options.md +++ b/docs/watch-options.md @@ -156,6 +156,8 @@ Set to `true` or set `livereload: 1337` to a port number to enable live reloadin If enabled a live reload server will be started with the watch task per target. Then after the indicated tasks have run, the live reload server will be triggered with the modified files. +See also how to [enable livereload on your HTML](https://github.com/gruntjs/grunt-contrib-watch/blob/master/docs/watch-examples.md#enabling-live-reload-in-your-html). + Example: ```js watch: {