From 2b6d387d9543b112a29d7d679b9552dda5157650 Mon Sep 17 00:00:00 2001 From: HIRA GROUP Date: Sat, 8 Jun 2024 14:01:59 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49d8a65..36b3ceb 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # 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 ## installation ```` - composer require billdu/api-client:dev-master + composer require hira-client:dev-master ```` or require loader.php from package root directory @@ -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