cleanup docs

This commit is contained in:
Maccesch 2024-03-06 09:24:17 +00:00
parent 6bd92ca05a
commit 59da7d5d4a

View file

@ -16,10 +16,6 @@ use thiserror::Error;
/// instance opens a persistent connection to an HTTP server, /// instance opens a persistent connection to an HTTP server,
/// which sends events in text/event-stream format. /// 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 /// ## Usage
/// ///
/// Values are decoded via the given [`Codec`]. /// Values are decoded via the given [`Codec`].