From e223df0ff6ceffd252225d1ce6977bf7248fc60e Mon Sep 17 00:00:00 2001
From: askiiart <askiiart@noreply.localhost>
Date: Wed, 22 Jan 2025 16:41:22 +0000
Subject: [PATCH] fix crates.io link

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a19a55a..43becdb 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Torznab Toolkit
 
-![A shield showing the current version of the crate](https://img.shields.io/crates/v/torznab-toolkit)\
+[![A shield showing the current version of the crate](https://img.shields.io/crates/v/torznab-toolkit)](https://crates.io/crates/torznab-toolkit)\
 
 A safe, multi-threaded, async toolkit for adding Torznab APIs to programs. You just focus on the indexer itself, we abstract away the hell that is the Torznab API.