diff --git a/qbittorrent/README.md b/qbittorrent/README.md
index dbd48b8..081e84f 100644
--- a/qbittorrent/README.md
+++ b/qbittorrent/README.md
@@ -1,13 +1,19 @@
# assign_category.py
+
+ assign_category.py
-
+
# docker-compose-qbittorrent.yml
+
+ docker-compose-qbittorrent.yml
-
+
# extra_packages.sh
+
+ extra_packages.sh
This script goes in the `/custom_script` volume folder for **qbittorrent** container. It will install three programs.
- **python3:** This is the dependant programming language needed.
@@ -40,4 +46,5 @@ The last part of the script will install Alpines version of **qbittorrent-api**
apk add py3-qbittorrent-api
```
-> 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.
\ No newline at end of file
+> 📝 **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.
+
\ No newline at end of file