Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
typo in readme doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gldrenthe89 committed Jan 9, 2020
1 parent 57d6568 commit 4a768ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For group statistics use:

```php
$baseUrl = string // www.kiyoh.com or www.Klantenvertellen.nl';
$apiKey = string // provided by accountmanager form Kiyoh;
$apiKey = string // provided by accountmanager from Kiyoh;
$apiCall = new KiyohApi($baseUrl, $apiKey);
$response = $apiCall->getGroupStatistics();
```
Expand All @@ -31,7 +31,7 @@ For a per location statistics use:

```php
$baseUrl = string // www.kiyoh.com or www.Klantenvertellen.nl'.
$apiKey = string // provided by accountmanager form Kiyoh.
$apiKey = string // provided by accountmanager from Kiyoh.
$locationId = integer // provided by accountmanager from Kiyoh of found in respective group dashboard.
$apiCall = new KiyohApi($baseUrl, $apiKey);
$response = $apiCall->getLocationStatistics($locationId);
Expand Down

0 comments on commit 4a768ee

Please sign in to comment.