diff --git a/sonarr/readme.md b/sonarr/readme.md
index 5eed9bf..631f3a0 100644
--- a/sonarr/readme.md
+++ b/sonarr/readme.md
@@ -1,8 +1,9 @@
-# Requirements
+# Sonarr
+## Requirements
Container: https://docs.linuxserver.io/images/docker-sonarr
Version Tag: develop (v4 is required for some of the features)
-# Installation/setup
+## Installation/setup
1. Add 2 volumes to your container
`/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...)
Docker Run Example:
@@ -13,7 +14,7 @@ Version Tag: develop (v4 is required for some of the features)
5. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
6. Restart the container
-# Updating
+## Updating
Updating is a bit more combersum. To update, do the following:
1. Download/update your local `/config/extended.conf` file with the latest options from: [extended.conf](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/sonarr/extended.conf)
2. Restart the container, wait for it to fully load the application.