Skip to content

Commit 2520a4e

Browse files
authored
Update README.md
1 parent dd2a1c0 commit 2520a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ KeyAuthApp.ban("You have been banned because of reason..");
290290

291291
Tutorial video https://www.youtube.com/watch?v=ENRaNPPYJbc
292292

293-
> **Note**
293+
> [!NOTE]
294294
> Read documentation for KeyAuth webhooks here https://keyauth.readme.io/reference/webhooks-1
295295
296296
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.
@@ -308,7 +308,7 @@ std::cout << "\n Response recieved from webhook request: " + resp;
308308

309309
## **Download file**
310310

311-
> **Note**
311+
> [!NOTE]
312312
> Read documentation for KeyAuth files here https://docs.keyauth.cc/website/dashboard/files
313313
314314
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)