README.md in guard-livereload-2.1.0 vs README.md in guard-livereload-2.1.1
- old
+ new
@@ -34,11 +34,11 @@
Use [rack-livereload](https://github.com/johnbintz/rack-livereload) or install [LiveReload Safari/Chrome extension](http://feedback.livereload.com/knowledgebase/articles/86242-how-do-i-install-and-use-the-browser-extensions-)
## Usage
-Please read [Guard usage doc](https://github.com/guard/guard#readme) and [rack-livereload how it works readme section](https://github.com/johnbintz/rack-livereload#readme) or [LiveReload extension usage doc](http://github.com/mockko/livereload#readme)
+Please read [Guard usage doc](https://github.com/guard/guard#readme) and [rack-livereload how it works readme section](https://github.com/johnbintz/rack-livereload#readme) or [LiveReload extension usage doc](https://github.com/mockko/livereload/blob/master/README-old.md) from version 1.x
## Guardfile
You can adapt your 'view' files like you want.
Please read [Guard doc](https://github.com/guard/guard#readme) for more info about Guardfile DSL.
@@ -57,11 +57,11 @@
## Options
LiveReload guard has 6 options that you can set like this:
``` ruby
-guard 'livereload' do
+guard 'livereload', grace_period: 0.5, override_url: true do
# ...
end
```
Available options:
@@ -72,10 +72,10 @@
apply_css_live: false # default true
override_url: false # default false
grace_period: 0.5 # default 0 (seconds)
```
-See [LiveReload configuration doc](https://github.com/mockko/livereload#readme) for more info about those options.
+See [LiveReload configuration doc](https://github.com/mockko/livereload/blob/master/README-old.md) from version 1.x for more info about those options.
## Development
* Source hosted at [GitHub](https://github.com/guard/guard-livereload).
* Report issues and feature requests to [GitHub Issues](https://github.com/guard/guard-livereload/issues).