From 3c337a21f8fcb503affbbc281591ba09b96c9eee Mon Sep 17 00:00:00 2001 From: Tayfun Bocek Date: Tue, 4 Jun 2024 20:48:17 +0300 Subject: [PATCH] fix: Use full path, as the relative path doesnt work on PyPI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d307c8..d6eef20 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Example for creating a client and sending a request to check the accounts curren '0.00' ``` -> **_NOTE:_** For an implementation example in an application such as a discord bot, feel free to check out the [examples](examples/README.md). +> **_NOTE:_** For an implementation example in an application such as a discord bot, feel free to check out the [examples](https://github.com/airblast-dev/vshieldpy/tree/main/examples). ## Contribution: The library does cover all API paths, however, there are a few small things missing.