Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/simple-chat-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Loading