From ed6e8ee237cfa263b536c12a9e1d17689a7ce930 Mon Sep 17 00:00:00 2001 From: Farhan Khan Date: Wed, 9 Feb 2022 23:01:46 -0500 Subject: [PATCH] Updating main README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67e0a7f..05bad3f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ CREATE USER fedilogue WITH PASSWORD 'yoursecurepassword'; CREATE DATABASE fedilogue OWNER fedilogue; ``` -Set the environment variable +Set the environment variable ``` export DATABASE_URL="postgres://fedilogue:yoursecurepassword@localhost/fedilogue"