1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8a7cb2b..adbaeef 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,6 @@ Environment variables:
| ---- | ------- | ----------- |
| `PORT` | `3000` | The port the server will run on. |
| `LOG_REQUESTS` | `-` | Requests to log to the console by status, `-` to invert. |
-| `DATABASE_SECRET_PATH` | `` | The path to the mongodb connection string. |
-| `LOG_QUERIES` | `` | Whether to enable mongoose debug logs |
-| `JWT_SECRET_PATH` | `` | The path to the JWT secret certificate. |
\ No newline at end of file
+| `DATABASE_SECRET_PATH` | ` ` | The path to the mongodb connection string. |
+| `LOG_QUERIES` | ` ` | Whether to enable mongoose debug logs |
+| `JWT_SECRET_PATH` | ` ` | The path to the JWT secret certificate. |
\ No newline at end of file
|