Skip to content

Commit 0e7877a

Browse files
Fix up README.md for command example.
1 parent 3ab3a8b commit 0e7877a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/command/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This example connects a websocket connection to stdin and stdout of a command.
44
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.
5+
standard out is sent as a message to the client.
66

77
$ go get github.com/gorilla/websocket
88
$ cd `go list -f '{{.Dir}}' github.com/gorilla/websocket/examples/command`

0 commit comments

Comments
 (0)