v1.0.3: fix typo in docs
This commit is contained in:
		
							parent
							
								
									5439f89482
								
							
						
					
					
						commit
						a052db3a23
					
				| @ -21,7 +21,7 @@ $ telnet localhost 3000 | ||||
| Connect via netcat (nc) | ||||
| 
 | ||||
| ```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`. | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| { | ||||
|   "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.", | ||||
|   "main": "index.js", | ||||
|   "homepage": "https://git.coolaj86.com/coolaj86/sclient.js", | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user