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 2, 2024
1 parent d228474 commit f15dae4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,15 @@ To build sfu crate:
cargo build [or clippy or test or fmt]
```

To build sfu-based chat example:
To build chat examples:

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

## Open Source License
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.

## Contributing
Contributors or Pull Requests are Welcome!!!
Contributors or Pull Requests are Welcome!!!

0 comments on commit f15dae4

Please sign in to comment.