From abf329e6e5625beed1898462ce6ea44dc9de712e Mon Sep 17 00:00:00 2001 From: HIRA GROUP Date: Sat, 8 Jun 2024 13:46:48 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49d8a65..6b0308b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # api-client -API client for billdu.com, minifaktura.sk, minifaktura.cz, minirechnung.at and minirechnung.de +API client for hiragroup.com, minifaktura.sk, minifaktura.cz, minirechnung.at and minirechnung.de stability: dev @@ -15,7 +15,7 @@ stability: dev first we need to initialize the client like this ```` - $client = iInvoices\Api\ApiClient(http://api.billdu.com, $publicKey, $privateKey); + $client = iInvoices\Api\ApiClient(http://hiragroup.com, $publicKey, $privateKey); ```` the client has 4 available resources: Clients, Products, Orders, Invoices you can acces them like this