Skip to content

Commit

Permalink
readme: re-word agent example
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Jul 18, 2014
1 parent c865662 commit 9c62db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ var client = socks.connect({
client.useAuth(socks.auth.None());
```

* Proxying an HTTP(s) requests using a custom Agent:
* HTTP(s) client requests using a SOCKS Agent:

```javascript
var socks = require('socksv5');
Expand Down

0 comments on commit 9c62db7

Please sign in to comment.