Skip to content

Commit

Permalink
Fix branch name in examples README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Aug 8, 2023
1 parent f124339 commit c4fb3af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Examples

* [autobahn-client.rs](https://github.com/sdroege/async-tungstenite/blob/master/examples/autobahn-client.rs)
* [autobahn-server.rs](https://github.com/sdroege/async-tungstenite/blob/master/examples/autobahn-server.rs)
* [client.rs](https://github.com/sdroege/async-tungstenite/blob/master/examples/client.rs)
* [echo-server.rs](https://github.com/sdroege/async-tungstenite/blob/master/examples/echo-server.rs)
* [server.rs](https://github.com/sdroege/async-tungstenite/blob/master/examples/server.rs)
* [server-headers.rs](https://github.com/sdroege/async-tungstenite/blob/master/examples/server-headers.rs)
* [interval-server.rs](https://github.com/sdroege/async-tungstenite/blob/master/examples/interval-server.rs)
* [autobahn-client.rs](https://github.com/sdroege/async-tungstenite/blob/main/examples/autobahn-client.rs)
* [autobahn-server.rs](https://github.com/sdroege/async-tungstenite/blob/main/examples/autobahn-server.rs)
* [client.rs](https://github.com/sdroege/async-tungstenite/blob/main/examples/client.rs)
* [echo-server.rs](https://github.com/sdroege/async-tungstenite/blob/main/examples/echo-server.rs)
* [server.rs](https://github.com/sdroege/async-tungstenite/blob/main/examples/server.rs)
* [server-headers.rs](https://github.com/sdroege/async-tungstenite/blob/main/examples/server-headers.rs)
* [interval-server.rs](https://github.com/sdroege/async-tungstenite/blob/main/examples/interval-server.rs)

0 comments on commit c4fb3af

Please sign in to comment.