diff --git a/src/use_cookie.rs b/src/use_cookie.rs index 5a2b6a3..d85470c 100644 --- a/src/use_cookie.rs +++ b/src/use_cookie.rs @@ -32,7 +32,7 @@ use cookie::Cookie; /// # } /// ``` /// -/// Server-Side Rendering +/// ## Server-Side Rendering /// /// This works equally well on the server or the client. /// On the server this function gets the cookie from the HTTP request header.