Merge pull request #44 from aspiers/patch-1

fix README reference to changing port
This commit is contained in:
John Bintz 2013-09-06 13:51:00 -07:00
commit 40a2ab41fb
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$} ]
)