Skip to content

Commit 7d60c71

Browse files
committed
Update README.md
1 parent 715f37f commit 7d60c71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# ws-tcp-relay
22
[![License MIT](https://img.shields.io/npm/l/express.svg)](http://opensource.org/licenses/MIT)
33

4-
A relay between WebSocket clients and TCP servers. Data received from
5-
WebSocket clients is simply forwarded to the specified TCP server, and
6-
vice-versa. In other words, it's
4+
An extremely simple relay between WebSocket clients and TCP servers. Data
5+
received from WebSocket clients is simply forwarded to the specified TCP
6+
server, and vice-versa. In other words, it's
77
[websocketd](https://github.com/joewalnes/websocketd), but for TCP connections
88
instead of `STDIN` and `STDOUT`.
99

0 commit comments

Comments
 (0)