Update Readme.md

add a notes on code change.
This commit is contained in:
takuya(rock0x36) 2017-08-12 17:17:23 +09:00 committed by GitHub
parent 7c6c03be89
commit 272b6fc43c
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ ruby myapp.rb
View at: [http://localhost:4567](http://localhost:4567)
The code you changed will not take effect until you restart the server.
Please restart the server every time you change or use [sinatra/reloader](http://www.sinatrarb.com/contrib/reloader).
It is recommended to also run `gem install thin`, which Sinatra will
pick up if available.