diff --git a/qbittorrent/README.md b/qbittorrent/README.md
index 5a2ded3..93abaaf 100644
--- a/qbittorrent/README.md
+++ b/qbittorrent/README.md
@@ -9,18 +9,18 @@
-# :clipboard: assign_category.py info
+# :clipboard: NOTES: `assign_category.py`
+A script that will auto assign a category of an incoming torrent.
assign_category.py notes
-# :clipboard: docker-compose-qbittorrent.yml info
+# :clipboard: NOTES: `docker-compose-qbittorrent.yml`
+This docker-compose file is traditionally used to create and start a container from the command line. For Portainer we can just copy and paste this script into the web editor field.
docker-compose-qbittorrent.yml notes
-This docker-compose file is traditionally used to create and start a container from the command line. For Portainer we can just copy and paste this script into the web editor field.
-
This will create two services or container called **qbittorrent** and **qbittorrent-openvpn**.
### `qbittorrent` container
@@ -91,7 +91,8 @@ Key parts to this container are:
-# :clipboard: extra_packages.sh info
+# :clipboard: Notes: `extra_packages.sh`
+A script that will be executed when the `qbittorrent` container is starting.
extra_packages.sh notes