From 5f213b9328fe9195f0bd602c80c15064e7cac5ec Mon Sep 17 00:00:00 2001 From: zevaryx Date: Fri, 7 Mar 2025 08:43:44 -0700 Subject: [PATCH] Add documentation link to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e6b7155..347c93e 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,7 @@ card = await client.search_cards_named("Arcades, the Strategist") ``` This will fetch the card Arcades, the Strategist from the Scryfall API + +## Documentation + +Documentation is located at [GitHub Pages](https://zevaryx.github.io/scryfall-py/)