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:
Adam Spiers 2013-09-06 16:17:07 +01:00
parent 81a14b4357
commit cd592e9c41
1 changed files with 1 additions and 1 deletions

View File

@ -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$} ]
)