Skip to content

Commit 0fb18c6

Browse files
sinacekclue
authored andcommitted
string mistake
cherry-picked from clue/php-socks#8
1 parent dc5d531 commit 0fb18c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ In order to reset the protocol version to its default (i.e. automatic detection)
152152
use `null` as protocol version.
153153

154154
```PHP
155-
$client->setProcolVersion(null);
155+
$client->setProtocolVersion(null);
156156
$server->setProtocolVersion(null);
157157
```
158158

0 commit comments

Comments
 (0)