Skip to content

Commit 95509fd

Browse files
authored
Merge pull request #1128 from brd2002/bharat-ruidas
Fix typo in websockets\chat-tcp\README.md #1121
2 parents 94c4eca + 6cb592e commit 95509fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websockets/chat-tcp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To start server run
2222

2323
```sh
2424
cd websockets/chat-tcp
25-
cargo run --bin websocket-tcp-server`
25+
cargo run --bin websocket-tcp-server
2626
```
2727

2828
If the current directory is not correct, the server will look for `index.html` in the wrong place.

0 commit comments

Comments
 (0)