From 96b923be315e68497adaceddb2e2fc131e344685 Mon Sep 17 00:00:00 2001 From: orosmatthew Date: Sun, 19 Nov 2023 20:34:14 -0500 Subject: [PATCH] [web] Fix typo in README --- web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/README.md b/web/README.md index 42f3641..16fc0e4 100644 --- a/web/README.md +++ b/web/README.md @@ -80,7 +80,7 @@ npm install Now you need to fill out an environment file for local development. Create a `.env` file in `web/.env`. Add this information or changed with the relevant details related to how you set up your database. ```env -DATABASE_URL=postgresql://bwcontest2:pass123@127.0.0.1:5432/bwcontest2 +DATABASE_URL=postgresql://bwcontest:pass123@127.0.0.1:5432/bwcontest ```