From e9001af6061ff5f5b5bf0a62f0ce480472fdb0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Travis=20Hyypp=C3=A4?= Date: Tue, 19 May 2020 17:05:35 -0600 Subject: [PATCH] Minor formatting --- composer.json | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 1569965..e51adeb 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^7.2", "guzzlehttp/guzzle": "6.3.* || 6.5.*", "ext-json": "*", - "ramsey/uuid": "^3.8 || ^4.0" + "ramsey/uuid": "^3.8 || ^4.0" }, "require-dev": { "phpunit/phpunit": "8.5.4", diff --git a/readme.md b/readme.md index 1063b7f..84ec6e0 100644 --- a/readme.md +++ b/readme.md @@ -253,9 +253,9 @@ $fm->find('customers') ### Troubleshooting -##### Error: SSL certificate problem: unable to get local issuer certificate +#### Error: SSL certificate problem: unable to get local issuer certificate -If you run into this error try adding `[ 'client' => [ 'verify' => false ]` on setup, like so: +If you run into this error try adding `'client' => [ 'verify' => false ],` to the setup config, like so: ```php