From f8cb107f0973668d4ba1a355cafd9086c556defa Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 26 Oct 2018 22:00:47 +0200 Subject: [PATCH] Update .gitignore and README --- .gitignore | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f7275bb..6cc828e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ venv/ +db.sqlite3 diff --git a/README.md b/README.md index 3ca862e..b8f5f61 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Returns a JSON object: Either ``` { - status: "OK", + status: "OK" } ``` @@ -37,7 +37,7 @@ OR ``` { - status: "FAIL", + status: "FAIL" } ```