Skip to content

Commit

Permalink
[EZ] Update READMEs with current paths (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwats committed Jun 6, 2021
1 parent dc99a3b commit e68c836
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion websockets/autobahn/README.md
Expand Up @@ -7,7 +7,7 @@ Websocket server for autobahn suite testing.
### server

```bash
cd examples/websocket-autobahn
cd websockets/autobahn
cargo run --bin websocket-autobahn-server
```

Expand Down
4 changes: 2 additions & 2 deletions websockets/websocket/README.md
Expand Up @@ -7,7 +7,7 @@ Simple echo websocket server.
### server

```bash
cd examples/websocket
cd websockets/websocket
cargo run --bin websocket-server
# Started http server: 127.0.0.1:8080
```
Expand All @@ -19,7 +19,7 @@ cargo run --bin websocket-server
### rust client

```bash
cd examples/websocket
cd websockets/websocket
cargo run --bin websocket-client
```

Expand Down

0 comments on commit e68c836

Please sign in to comment.