diff --git a/cc/xkcd b/cc/xkcd
index 4fdd9ea..1f42e22 100644
--- a/cc/xkcd
+++ b/cc/xkcd
@@ -13,7 +13,7 @@ else:
             print("Comic not found.")
         elif req.ok:
             title = req.json()["title"]
-            print(f"XKCD {e}: {title} (https://xkcd.com/{e})")
+            print(f"xkcd {e}: {title} (https://xkcd.com/{e})")
         else:
             print("Couldn't fetch: status code {req.status_code}")
     else: