From ec1771fc71f40ab833839b76e16c4055fb11996d Mon Sep 17 00:00:00 2001 From: David Wolf <68775926+devidw@users.noreply.github.com> Date: Tue, 15 Feb 2022 18:18:29 +0100 Subject: [PATCH] Add language identification to code snippet in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b930425..d7bf502 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,11 @@ to the require section of your `composer.json` file. Usage ----- -``` +```php require_once 'vendor/autoload.php'; use shqear\lib\ZohoClient; $inventory = new ZohoInventory(array('accessToken' => 'your auth token'), 'organizationId' => 'your org id')); $inventory->listContacts(); // Get all contacts -``` \ No newline at end of file +```