quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.85k stars 394 forks source link

README.md says "see for usage" instead of "see examples for usage" #1592

Closed kettle11 closed 1 year ago

kettle11 commented 1 year ago

This line mistakingly reads "see for usage": https://github.com/quinn-rs/quinn/blob/790ff720a9db4b8515792a7e05fdb54a8a30e54c/README.md?plain=1#L27

But looking at the history it appears it used to say "see Quinn/examples for usage" with a link to the examples.

djc commented 1 year ago

Thanks for reporting, want to send a PR?

kettle11 commented 1 year ago

@djc Done!

Here it is: https://github.com/quinn-rs/quinn/pull/1594