diff --git a/Readme.md b/Readme.md
index 48d3de79e09430694584c61c317d8cf881e80ae3..15d6bb9e5a6610f25a386513fb28eb427dd9eb0f 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,4 +1,4 @@
-# KStats WFrontend
+# KStats Frontend
 
 ## Configuration
 
@@ -6,3 +6,5 @@
 | ------------------------ | ---------------------------------------------- | ------------------------------------------------------ |
 |`KSTATS_DATABASE_TYPE`*   |`postgres`                                      | Database driver (only postgres is supported currently) |
 |`KSTATS_DATABASE_URL`*    |`postgresql://kstats:hunter2@localhost/statsbot`| Database URL                                           |
+|`KSTATS_REDIS_ADDRESS`*   |`localhost:6379`                                | Redis Address                                          |
+|`KSTATS_REDIS_PASSWORD`   |`hunter2`                                       | Redis Password                                         |