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
Showing only changes of commit cd592e9c41 - Show all commits

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