From 4a768eed67399a8f3ce7848fd3229cb3a61199d5 Mon Sep 17 00:00:00 2001 From: Geert Lucas Drenthe Date: Thu, 9 Jan 2020 15:58:16 +0100 Subject: [PATCH] typo in readme doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef96fa6..43575a4 100644 --- a/README.md +++ b/README.md @@ -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(); ``` @@ -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);