Skip to content

Commit

Permalink
Add note on Tor and bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcg committed Mar 4, 2013
1 parent 32ce03a commit 868c5aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@

SOCKS v5 HTTP client implementation in JavaScript for Node.js.

Works great for making HTTP requests through Tor (see bundled example).

## License ##

Copyright © 2012 [Matthew Caruana Galizia](http://twitter.com/mcaruanagalizia), licensed under a [Creative Commons Attribution 3.0 Unported (CC BY 3.0)](http://creativecommons.org/licenses/by/3.0/legalcode) license.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -3,7 +3,7 @@
* @author Matthew Caruana Galizia <m@m.cg>
* @license Creative Commons Attribution 3.0 Unported (CC BY 3.0)
* @copyright Copyright (c) 2013, Matthew Caruana Galizia
* @version 0.1.1
* @version 0.1.2
* @preserve
*/

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "socks5-http-client",
"description": "SOCKS v5 HTTP client.",
"version": "0.1.1",
"version": "0.1.2",
"main": "lib/agent.js",
"homepage": "https://github.com/mattcg/socks5-http-client",
"implements": ["CommonJS/Modules/1.0"],
Expand All @@ -12,7 +12,7 @@
}
],
"keywords": [
"socks5", "socksv5", "socks", "v5", "http", "client"
"socks5", "socksv5", "socks", "v5", "http", "tor", "client"
],
"bugs": {
"url": "https://github.com/mattcg/socks5-http-client/issues"
Expand Down

0 comments on commit 868c5aa

Please sign in to comment.