Skip to content

Commit 2577a6f

Browse files
author
yngrtc
committed
Merge remote-tracking branch 'origin/master'
2 parents f265d67 + f15dae4 commit 2577a6f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,15 @@ To build sfu crate:
6262
cargo build [or clippy or test or fmt]
6363
```
6464

65-
To build sfu-based chat example:
65+
To build chat examples:
6666

6767
```
68-
cargo run --package sfu --example chat
68+
cargo run --package sfu --example sync_chat
69+
cargo run --package sfu --example async_chat
6970
```
7071

7172
## Open Source License
7273
Dual licensing under both MIT and Apache-2.0 is the currently accepted standard by the Rust language community and has been used for both the compiler and many public libraries since (see https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license). In order to match the community standards, SFU.rs is using the dual MIT+Apache-2.0 license.
7374

7475
## Contributing
75-
Contributors or Pull Requests are Welcome!!!
76+
Contributors or Pull Requests are Welcome!!!

0 commit comments

Comments
 (0)