diff --git a/readme.md b/readme.md
index f34ff68..cb3ed74 100644
--- a/readme.md
+++ b/readme.md
@@ -1,6 +1,6 @@

-#Tadah User Federation PHP Api
+# Tadah User Federation PHP Api
This api allows for 3rd-parties to login to their site using Tadah as a Home Server.
This api is unofficial and might stop working randomly, but i will try to keep it working when i can.
@@ -15,4 +15,4 @@ However, Tadah uses Laravel so their login system is both easier and weird to pr
Before processing user credentials, the API will fetch a CSRF token by `GET`'ing the login page (the CSRF is in an HTML form),
Then is `POST`'ed user credentials along with the CSRF token.
-# Usage
\ No newline at end of file
+# Usage