From 47e2d566309e40906b8acf1fc4aeed6280e80385 Mon Sep 17 00:00:00 2001 From: Fsoky Community <61309653+Fsoky@users.noreply.github.com> Date: Tue, 10 Aug 2021 16:36:22 +0600 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c21c8a..bf59eac 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ if __name__ == "__main__": ## New donations in real-time without Oauth2 -![token](https://imgur.com/8SbpEQu) +![token](https://github.com/Fsoky/Donation-Alerts-API-Python/blob/main/Screenshot_2.png) ```py from donationalerts_api import Alert @@ -113,3 +113,5 @@ alert = Alert("token") def new_donation(event): print(event) ``` + +![example](https://github.com/Fsoky/Donation-Alerts-API-Python/blob/main/Screenshot_1.png)