From 937b242d09d9fa776db8bf7789551666bae7ff79 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 21 Oct 2020 13:11:58 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a4ffb6..a75fb67 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,9 @@ Instead of `matthuntington` insert your computer's username (what you found when - run before the first time only: `php artisan key:generate` - run `php artisan serve` -- go to http://localhost:8000/ to see that the app works +- go to http://localhost:8888/ to see that the app works - if browser asks you to generate key, click the button -- go to http://localhost:8000/index.html to see the react app for `contacts` +- go to http://localhost:8888/index.html to see the react app for `contacts` ## set up heroku @@ -115,4 +115,4 @@ In terminal: 1. Go to repo root dir 1. Run `php artisan serve` -In Browser go to http://localhost:8000/index.html +In Browser go to http://localhost:8888/index.html