v1.0.3: fix typo in docs

This commit is contained in:
AJ ONeal 2018-08-06 16:50:15 -06:00
parent 5439f89482
commit a052db3a23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ $ telnet localhost 3000
Connect via netcat (nc) Connect via netcat (nc)
```bash ```bash
$ nc telnet localhost 3000 $ nc localhost 3000
``` ```
A poor man's (or Windows user's) makeshift replacement for `openssl s_client`, `stunnel`, or `socat`. A poor man's (or Windows user's) makeshift replacement for `openssl s_client`, `stunnel`, or `socat`.

View File

@ -1,6 +1,6 @@
{ {
"name": "sclient", "name": "sclient",
"version": "1.0.2", "version": "1.0.3",
"description": "Secure Client for exposing TLS (aka SSL) secured services as plain-text connections locally. Also ideal for multiplexing a single port with multiple protocols using SNI.", "description": "Secure Client for exposing TLS (aka SSL) secured services as plain-text connections locally. Also ideal for multiplexing a single port with multiple protocols using SNI.",
"main": "index.js", "main": "index.js",
"homepage": "https://git.coolaj86.com/coolaj86/sclient.js", "homepage": "https://git.coolaj86.com/coolaj86/sclient.js",