From d282890166fba2c77ceecbc3ea20b95bb1e7783a Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Wed, 12 Dec 2018 18:23:10 -0800 Subject: [PATCH] Improve troubleshooting document wording --- TROUBLESHOOTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index ab22bfa..3a47d72 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -1,6 +1,6 @@ # Troubleshooting -### Ensure you have the latest version installed +### Ensure you have the latest version of the library installed ```bash $ cd php-curl-class/ @@ -50,7 +50,7 @@ $http_status_code = curl_getinfo($ch, CURLINFO_HTTP_CODE); $request_headers = curl_getinfo($ch, CURLINFO_HEADER_OUT); ``` -### Ensure you have the latest composer version installed +### Ensure you have the latest version of composer installed ```bash $ composer self-update