From 00fed2b040ba12566519856f3b77400ce98300cc Mon Sep 17 00:00:00 2001 From: Matt Theissen Date: Thu, 12 Aug 2021 20:47:07 -0500 Subject: [PATCH] Updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dd64560..43a1cff 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Setup the database: `CREATE TABLE balance (id SERIAL UNIQUE,balance NUMERIC);` `CREATE TABLE transaction (id NUMERIC,username VARCHAR(50),amount NUMERIC,timestamp TIMESTAMP);` + + **Create a config file named `ddbank_config` located in the same directory as the script.** **Config file should have the following:** ```