diff --git a/src/use_event_source.rs b/src/use_event_source.rs index c9f50b2..5227cac 100644 --- a/src/use_event_source.rs +++ b/src/use_event_source.rs @@ -44,7 +44,7 @@ use thiserror::Error; /// # } /// ``` /// -/// ## Create Your Own Custom Codec +/// ### Create Your Own Custom Codec /// /// All you need to do is to implement the [`StringCodec`] trait together with `Default` and `Clone`. ///