diff --git a/README.md b/README.md
index eb9f81f..b4fefd8 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
A plugin for [Comic Tagger](https://github.com/comictagger/comictagger/releases) to allow the use of the metadata from [Metron.cloud](https://metron.cloud/).
-**NOTE:** Due to the bandwidth usage of cover matching, the auto-tagging features will no longer download the covers for comparison. Metron will be taking donations soon, so if you are able to contribute financially you will be able to. Check the website for details.
+Please support Metron's costs and further development by [donating](https://opencollective.com/metron) if you are able, thank you.
+
+**NOTE:** Due to the bandwidth usage of cover matching, the auto-tagging features will no longer download the covers for comparison.
## Installation
diff --git a/metron_talker/metron.py b/metron_talker/metron.py
index 3aaff79..13fbf29 100644
--- a/metron_talker/metron.py
+++ b/metron_talker/metron.py
@@ -353,12 +353,17 @@ class MetronTalker(ComicTalker):
comictagger_min_ver: str = "1.6.0a13"
website: str = "https://metron.cloud"
logo_url: str = "https://static.metron.cloud/static/site/img/metron.svg"
- attribution: str = f"Metadata provided by {name}"
+ attribution: str = (
+ f"Metadata provided by {name}
"
+ f"Help support {name} with a donation"
+ )
about: str = (
f"{name} is a community-based site whose goal is to build an open database "
- f"with a REST API for comic books.
NOTE: An account on {name} is " - f"required to use its API.
NOTE: Automatic image comparisons are not available due to the" - f"extra bandwidth require. Donations will be accepted soon, check the website.
" + f"with a REST API for comic books.NOTE: An account on {name} is required to use its API.
"
+ f"NOTE: Automatic image comparisons are not available due to the extra bandwidth require.