Skip to content

Commit

Permalink
Merge pull request #185 from caojen/main
Browse files Browse the repository at this point in the history
doc: use right example link
  • Loading branch information
Totodore authored Nov 28, 2023
2 parents 2e8922a + 4228026 commit a94336a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ A [***`socket.io`***](https://socket.io) server implementation in Rust that inte
<img src="https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/solar.png">

## Examples :
<details> <summary><code>Chat app 💬 (see full example <a href="./examples/src/chat">here</a>)</code></summary>
<details> <summary><code>Chat app 💬 (see full example <a href="./examples/chat">here</a>)</code></summary>

```rust
io.ns("/", |s: SocketRef| {
Expand Down Expand Up @@ -159,7 +159,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
}
```
</details>
<details><summary><code>Other examples are available in the <a href="./examples">example folder</a></code></summary></details>
<code>Other examples are available in the <a href="./examples">example folder</a></code>

<img src="https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/solar.png">

Expand Down

0 comments on commit a94336a

Please sign in to comment.