README.md in guard-livereload-0.4.2 vs README.md in guard-livereload-1.0.0
- old
+ new
@@ -54,10 +54,10 @@
# Rails Assets Pipeline
watch(%r{(app|vendor)/assets/\w+/(.+\.(css|js|html)).*}) { |m| "/assets/#{m[2]}" }
end
```
-== Options
+## Options
LiveReload guard has 6 options that you can set like this:
``` ruby
guard 'livereload', :api_version => '1.4', :port => '35728' do
\ No newline at end of file