Skip to content
This repository was archived by the owner on Sep 6, 2019. It is now read-only.

Commit a570639

Browse files
committed
typo :)
1 parent 1fe4e7a commit a570639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $requester->url('example.com')->retry(false)->get();
7878
Disabling ssl check
7979
```php
8080
// ssl check disabled
81-
$requester->url('example.com')->veify(false)->get();
81+
$requester->url('example.com')->verify(false)->get();
8282
```
8383

8484
Use http instead of https

0 commit comments

Comments
 (0)