From 076b789eb48f074420633dcdc7eec8d88c9ea252 Mon Sep 17 00:00:00 2001
From: thexkey <24478471+samdisk11@users.noreply.github.com>
Date: Thu, 26 May 2022 12:52:03 -0500
Subject: [PATCH] Update readme.md
---
readme.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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