diff --git a/wtx-docs/src/web-socket-over-http2/README.md b/wtx-docs/src/web-socket-over-http2/README.md index 12086365..e8ea19e2 100644 --- a/wtx-docs/src/web-socket-over-http2/README.md +++ b/wtx-docs/src/web-socket-over-http2/README.md @@ -13,5 +13,5 @@ To use this functionality, it necessary to activate the `http2` and `web-socket` ## Example ```rust,edition2021,no_run -{{#rustdoc_include ../../../wtx-instances/http3-examples/web-socket-server.rs}} +{{#rustdoc_include ../../../wtx-instances/http2-examples/http2-web-socket.rs}} ``` \ No newline at end of file