diff --git a/Disable-Authentication.md b/Disable-Authentication.md
index 8692fbd..c969d6c 100644
--- a/Disable-Authentication.md
+++ b/Disable-Authentication.md
@@ -1,7 +1,7 @@
-To disable authentication (to reset your username or password) you will need need to edit config.xml which will be inside the AppData Directory.
+To disable authentication (to reset your username or password) you will need need to edit `config.xml` which will be inside the [[AppData Directory]].
-Open config.xml in a text editor
-Find the authentication method line (will be Basic or Forms
-Change the AuthenticationMethod line to None
-Restart Lidarr
-Sonarr will now be accessible without a password, you should go the Settings: General in the Lidarr UI and set your username and password
+1. Open config.xml in a text editor
+2. Find the authentication method line (will be `Basic` or `Forms`
+3. Change the `AuthenticationMethod` line to `None`
+4. Restart Lidarr
+5. Lidarr will now be accessible without a password, you should go the `Settings: General` in the Lidarr UI and set your username and password
\ No newline at end of file