Fix typos in examples

This commit is contained in:
David Pedersen 2023-02-24 22:41:16 +01:00
parent 74b8f6165d
commit bf3f7ec490
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -41,7 +41,7 @@ fn index(_depot: &mut Depot, res: &mut Response) {
r#"
<!DOCTYPE html>
<html>
<head> <title>Dioxus LiveView with Warp</title> </head>
<head> <title>Dioxus LiveView with Salvo</title> </head>
<body> <div id="main"></div> </body>
{glue}
</html>