From cd592e9c4100dd9ee015af2783ebcff14372e689 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Fri, 6 Sep 2013 16:17:07 +0100 Subject: [PATCH] fix README reference to changing port #25 forgot to update README.md to reference the new `live_reload_port` option. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91361f9..f4d548e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ MyApp::Application.configure do Rack::Lock, Rack::LiveReload, :min_delay => 500, :max_delay => 10000, - :port => 56789, + :live_reload_port => 56789, :host => 'myhost.cool.wow', :ignore => [ %r{dont/modify\.html$} ] )