From c2c2e6f6f4c4920993992a12261bca56029ced36 Mon Sep 17 00:00:00 2001 From: SkippoP <157710600+Skipperii1@users.noreply.github.com> Date: Sat, 20 Jul 2024 04:08:57 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c02bbf..93a61b8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ The FaucetPay API exposes the following methods. The available parameters are li use \Mahtab2003\FaucetPay\Api; // Create a new Api class instance. -$api = new Api('API Key', 'BTC'); +$api = new Api('630c82ef-f9be-4f25-9c3f-da5a2204acde +', 'BTC'); // Get the balance of the faucet. $response = $api->getBalance(); @@ -42,4 +43,4 @@ if ($response->isSuccessful()) { ## License -©️ Copyright 2022 NXTS Developer. Code released under the MPL-2.0 License. \ No newline at end of file +©️ Copyright 2022 NXTS Developer. Code released under the MPL-2.0 License.