From 863e4a87f52a255f446bb773f22bd4883f8fd799 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sat, 26 Sep 2020 01:44:08 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1edc1d7..bb5441d 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ go to http://localhost:8080/ to view local app (note this uses your local postgr ## Rerunning local after initial set up -1. Open PostgresApp and start the db +Open Postgres app and start the db In terminal: @@ -66,6 +66,4 @@ In terminal: 1. Run `export JDBC_DATABASE_URL=jdbc:postgresql://localhost:5432/springdemo` again 1. Run `./mvnw spring-boot:run` -In Browser - -1. go to http://localhost:8080/ +In Browser go to http://localhost:8080/