From 251d4ba365ce3ad0bbe688b9ff73b67c93fbe0b3 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 19 Oct 2020 14:48:22 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c2a4dd..3a4ffb6 100644 --- a/README.md +++ b/README.md @@ -99,14 +99,12 @@ Instead of `matthuntington` insert your computer's username (what you found when 1. `INSERT INTO people ( name, age ) VALUES ( 'Sally', 54 );` 1. `INSERT INTO people ( name, age ) VALUES ( 'Zanthar', 4892 );` 1. exit heroku psql with `\q` -1. run `git push heroku master` -1. run `heroku open` to see app (note this uses your heroku postgres database, which will have different data than your local db) ### Check your app on heroku - `git push heroku master` - `heroku open` -- go to `/index.html` to see the react app, the root will be default Laravel info. +- go to `/index.html` to see the react app, the root will be default Laravel info (note this uses your heroku postgres database, which will have different data than your local db) ## Rerunning local after initial set up