Skip to content

Commit 63d8389

Browse files
committed
Update README
1 parent 76b2745 commit 63d8389

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ connections in a non-blocking fashion.
99
The SOCKS protocol family can be used to easily tunnel TCP connections independent
1010
of the actual application level protocol, such as HTTP, SMTP, IMAP, Telnet, etc.
1111

12-
## Example
12+
## Quickstart examples
1313

14-
Once [installed](#install), initialize a connection to remote SOCKS proxy server:
14+
Once [installed](#install), initialize a connection to a remote SOCKS proxy server:
1515

1616
```PHP
1717
<?php
@@ -251,7 +251,7 @@ The recommended way to install this library is [through composer](http://getcomp
251251
```JSON
252252
{
253253
"require": {
254-
"clue/Socks": "dev-master"
254+
"clue/Socks": "0.3.*"
255255
}
256256
}
257257
```

0 commit comments

Comments
 (0)