From 272b6fc43c52df13c38501b964ef357183186004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?takuya=EF=BC=88rock0x36=EF=BC=89?= Date: Sat, 12 Aug 2017 17:17:23 +0900 Subject: [PATCH] Update Readme.md add a notes on code change. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f9f13079..b55a2ab0 100644 --- a/README.md +++ b/README.md @@ -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.