fix README reference to changing port #44

Merged
aspiers merged 1 commits from patch-1 into master 2013-09-06 20:51:00 +00:00
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$} ]
)