From 8b8c26095695e8151f474a9f9f95bdfd649d2f76 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Thu, 7 Apr 2022 10:40:38 -0400 Subject: [PATCH] rm note in readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index da64b0d..2adc47b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ This is a very simple remix stack built for heroku. This includes: -* dotenv to load environment variables * Postgres Sql for a datastore * Prism ORM for database queries @@ -19,4 +18,4 @@ Either provision a new heroku app with a postgres database or use the `deploy to You can use `docker-compose up -d` to boot postgres locally, and the connection strings you need are in `.env`. -You should make an `.env.development` file to store all your local environment settings to keep out of git \ No newline at end of file +You should make an `.env.development` file to store all your local environment settings to keep out of git