There was an error while loading. Please reload this page.
1 parent 3ab3a8b commit 0e7877aCopy full SHA for 0e7877a
examples/command/README.md
@@ -2,7 +2,7 @@
2
3
This example connects a websocket connection to stdin and stdout of a command.
4
Received messages are written to stdin followed by a `\n`. Each line read from
5
-from standard out is sent as a message to the client.
+standard out is sent as a message to the client.
6
7
$ go get github.com/gorilla/websocket
8
$ cd `go list -f '{{.Dir}}' github.com/gorilla/websocket/examples/command`
0 commit comments