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 +```