Skip to content

Commit 7903178

Browse files
authored
Update README.md
1 parent f738bfd commit 7903178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ keyauthapp.logout()
243243

244244
Tutorial video https://www.youtube.com/watch?v=ENRaNPPYJbc
245245

246-
> **Note**
246+
> [!NOTE]
247247
> Read documentation for KeyAuth webhooks here https://keyauth.readme.io/reference/webhooks-1
248248
249249
Send HTTP requests to URLs securely without leaking the URL in your application. You should definitely use if you want to send requests to SellerAPI from your application, otherwise if you don't use you'll be leaking your seller key to everyone. And then someone can mess up your application.
@@ -267,7 +267,7 @@ data = keyauthapp.webhook("7kR0UedlVI", "", "{\"content\": \"webhook message her
267267

268268
## **Download file**
269269

270-
> **Note**
270+
> [!NOTE]
271271
> Read documentation for KeyAuth files here https://docs.keyauth.cc/website/dashboard/files
272272
273273
Keep files secure by providing KeyAuth your file download link on the KeyAuth dashboard. Make sure this is a direct download link (as soon as you go to the link, it starts downloading without you clicking anything). The KeyAuth download function provides the bytes, and then you get to decide what to do with those. This example shows how to write it to a file named `text.txt` in the same folder as the program, though you could execute with RunPE or whatever you want.

0 commit comments

Comments
 (0)