diff --git a/qbittorrent/README.md b/qbittorrent/README.md
index 93abaaf..e123af1 100644
--- a/qbittorrent/README.md
+++ b/qbittorrent/README.md
@@ -9,19 +9,19 @@
-# :clipboard: NOTES: `assign_category.py`
+# :clipboard: Notes: `assign_category.py`
A script that will auto assign a category of an incoming torrent.
- assign_category.py notes
+ assign_category.py notes
-# :clipboard: NOTES: `docker-compose-qbittorrent.yml`
+# :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 will create two services or container called **qbittorrent** and **qbittorrent-openvpn**.
+ docker-compose-qbittorrent.yml notes
+
+This will create two services or containers called **qbittorrent** and **qbittorrent-openvpn**.
### `qbittorrent` container
@@ -53,9 +53,11 @@ Key parts to this container are:
- **depends_on:**
- Tells Docker that the container `qbittorrent` can only be run/started if `qbittorrent-openvpn` has a healthy healthcheck status.
+---
+
### `qbittorrent-openvpn` container
-The only function of this container is to establish a VPN network connection.
+The only function of this container is to establish a **VPN** network connection.
Key parts to this container are:
- **image:**
- haugene/transmission-openvpn: A Docker container used as an OpenVPN network tunnel.
@@ -95,7 +97,7 @@ Key parts to this container are:
A script that will be executed when the `qbittorrent` container is starting.
- extra_packages.sh notes
+ extra_packages.sh notes
This script goes in the `/custom_script` volume folder for **qbittorrent** container. It will install three programs.
@@ -129,5 +131,5 @@ The last part of the script will install Alpines version of **qbittorrent-api**
apk add py3-qbittorrent-api
```
-> 📝 **Note:** Everything with `echo` will be printed out to the logs and the terminal. This way if for whatever reason the script is not working you can search the logs to troubleshoot the issue.
+>**Note:** All `echo` lines will be printed out to the logs and the terminal. This way if for whatever reason the script is not working you can search the logs to troubleshoot the issue.
\ No newline at end of file