From 69d86634e16845f6992a71cbb00f1f8fa40dc5ca Mon Sep 17 00:00:00 2001 From: Rusty Rain <2069201+rainliu@users.noreply.github.com> Date: Fri, 8 Mar 2024 20:50:01 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9a4d01..a6b0e87 100644 --- a/README.md +++ b/README.md @@ -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