fix README reference to changing port
#25 forgot to update README.md to reference the new `live_reload_port` option.
This commit is contained in:
parent
81a14b4357
commit
cd592e9c41
|
@ -28,7 +28,7 @@ MyApp::Application.configure do
|
||||||
Rack::Lock, Rack::LiveReload,
|
Rack::Lock, Rack::LiveReload,
|
||||||
:min_delay => 500,
|
:min_delay => 500,
|
||||||
:max_delay => 10000,
|
:max_delay => 10000,
|
||||||
:port => 56789,
|
:live_reload_port => 56789,
|
||||||
:host => 'myhost.cool.wow',
|
:host => 'myhost.cool.wow',
|
||||||
:ignore => [ %r{dont/modify\.html$} ]
|
:ignore => [ %r{dont/modify\.html$} ]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue