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" } ```