Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rainliu authored Mar 9, 2024
1 parent 144e45f commit 69d8663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ To build sfu crate:
cargo build [or clippy or test or fmt]
```

To build sync version chat examples:
To build sync version chat examples (preferred):

```
cargo run --package sfu --example sync_chat
```

To build async version chat examples:
To build async version chat examples (caveat: its performance is much worse than sync version, maybe due to async runtime):

```
cargo run --package sfu --example async_chat
Expand Down

0 comments on commit 69d8663

Please sign in to comment.