From 33c2e82c27e737ea5a83fcca19cdab74a336e0a6 Mon Sep 17 00:00:00 2001 From: jun_tanaka555 Date: Sun, 16 Jul 2017 18:47:33 +0900 Subject: [PATCH] fix localhost location --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ffe54439..4ca246950 100644 --- a/README.md +++ b/README.md @@ -148,10 +148,10 @@ See package.json and Gemfile for versions 1. `yarn` 1. `rake db:setup` 1. `foreman start -f Procfile.hot` - 1. Open a browser tab to http://localhost:3000 for the Rails app example with HOT RELOADING + 1. Open a browser tab to http://localhost:5000 for the Rails app example with HOT RELOADING 2. Try Hot Reloading steps below! 1. `foreman start -f Procfile.static` - 1. Open a browser tab to http://localhost:3000 for the Rails app example. + 1. Open a browser tab to http://localhost:5000 for the Rails app example. 2. When you make changes, you have to refresh the browser page. ### Basic Command Line