diff --git a/src/use_event_source.rs b/src/use_event_source.rs index 47dbf20..c9f50b2 100644 --- a/src/use_event_source.rs +++ b/src/use_event_source.rs @@ -16,10 +16,6 @@ use thiserror::Error; /// instance opens a persistent connection to an HTTP server, /// which sends events in text/event-stream format. /// -/// ## Demo -/// -/// [Link to Demo](https://github.com/Synphonyte/leptos-use/tree/main/examples/use_event_source) -/// /// ## Usage /// /// Values are decoded via the given [`Codec`].