diff --git a/README.md b/README.md
index d2a1e83..3533f45 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
Track the daily growth of GitHub stars over a time period to gauge the open-source popularity of various repositories.
-[![Ultralytics Actions](https://github.com/ultralytics/stars/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/stars/actions/workflows/format.yml)
+[![Ultralytics Actions](https://github.com/ultralytics/stars/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/stars/actions/workflows/format.yml)
## 📌 Requirements
diff --git a/count_stars.py b/count_stars.py
index 0d5f585..3eec224 100644
--- a/count_stars.py
+++ b/count_stars.py
@@ -24,6 +24,7 @@ def run(
days=30, # trailing days to analyze
save=False, # save user info
):
+ """Counts GitHub stars for specified repositories over a given period and optionally saves user information."""
# Settings
# date = datetime(2022, 3, 1) # count stars since this day, i.e. March 1st 2022
# days = (datetime.now() - date).total_seconds() / 86400 # compute number of days