From 45c75e134f4df02291cba4109bf9dc0f5b674cc1 Mon Sep 17 00:00:00 2001 From: jokemanfire Date: Sat, 12 Apr 2025 19:04:02 +0800 Subject: [PATCH] docs: fix doc in simple-chat --- examples/simple-chat-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple-chat-client/README.md b/examples/simple-chat-client/README.md index 2105f9f65..82478f056 100644 --- a/examples/simple-chat-client/README.md +++ b/examples/simple-chat-client/README.md @@ -10,6 +10,6 @@ the config file is in `src/config.toml`. you can change the config to your own.M After configuring the config file, you can run the example: ```bash -cargo run --bin simple-chat +cargo run --bin simple_chat ```