Skip to content

Commit f383b48

Browse files
committed
Fix typo in instrucitons for ws echo example
1 parent c3633d9 commit f383b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ws.echo/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Connected (press CTRL+C to quit)
3232
< Hello, world
3333
```
3434
```bash
35-
$ wscat -c wss://localhost:8080/
35+
$ wscat -c wss://localhost:9090/ --ca test-ca.crt
3636
Connected (press CTRL+C to quit)
3737
> Hello, world
3838
< Hello, world

0 commit comments

Comments
 (0)