Fix typos in live view examples for axum and salvo
@@ -28,7 +28,7 @@ async fn main() {
r#"
<!DOCTYPE html>
<html>
- <head> <title>Dioxus LiveView with Warp</title> </head>
+ <head> <title>Dioxus LiveView with axum</title> </head>
<body> <div id="main"></div> </body>
{glue}
</html>
@@ -41,7 +41,7 @@ fn index(_depot: &mut Depot, res: &mut Response) {
+ <head> <title>Dioxus LiveView with Salvo</title> </head>