Update README.md

pull/1/head
Matt Huntington 5 years ago committed by GitHub
parent 3b24ee1cef
commit 48d7036695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,4 +60,4 @@ go to http://localhost:3000/ to view local app (note this uses your local databa
1. `INSERT INTO people ( name, age ) VALUES ( 'Zanthar', 4892 );` 1. `INSERT INTO people ( name, age ) VALUES ( 'Zanthar', 4892 );`
1. exit heroku psql with `\q` 1. exit heroku psql with `\q`
1. run `git push heroku master` 1. run `git push heroku master`
1. run `heroku open` to see app 1. run `heroku open` to see app (note this uses your heroku postgres database, which will have different data than your local db)

Loading…
Cancel
Save