Skip to content

Commit 302c573

Browse files
author
John Hutcheson
committed
readme update
1 parent c69a372 commit 302c573

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,14 +216,16 @@ The debugger can also log to a file if you provide a file for it to write to usi
216216
const DEBUGGER_LOG_FILE = 'path/to/some/file.php';
217217
```
218218

219+
By default this option is set to `false`.
220+
219221
### SSL Verify
220222
`CURLOPT_SSL_VERIFYPEER` can be disabled by setting:
221223

222224
```php
223225
const VERIFY_SSL = false;
224226
````
225227

226-
By default this option is on.
228+
By default this option is set to `true`.
227229

228230
### Request Headers
229231
To include the returned headers in the output from this library set:
@@ -232,7 +234,7 @@ To include the returned headers in the output from this library set:
232234
const HEADERS = true;
233235
```
234236

235-
By default this option is set to false.
237+
By default this option is set to `false`.
236238

237239

238240
\*\*Please watch for updates, and feel free to Fork or Pull Request. Check out the Wiki for a little more info on contributing.

0 commit comments

Comments
 (0)