Skip to content

Commit d282890

Browse files
committed
Improve troubleshooting document wording
1 parent 7620ffb commit d282890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TROUBLESHOOTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Troubleshooting
22

3-
### Ensure you have the latest version installed
3+
### Ensure you have the latest version of the library installed
44

55
```bash
66
$ cd php-curl-class/
@@ -50,7 +50,7 @@ $http_status_code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
5050
$request_headers = curl_getinfo($ch, CURLINFO_HEADER_OUT);
5151
```
5252

53-
### Ensure you have the latest composer version installed
53+
### Ensure you have the latest version of composer installed
5454

5555
```bash
5656
$ composer self-update

0 commit comments

Comments
 (0)