Fix typo in auto-reload example. (#2680)

This commit is contained in:
Shaobo Liu
2024-03-26 10:22:59 +01:00
committed by GitHub
parent 170f877440
commit 6bd6556385
+1 -1
View File
@@ -1,7 +1,7 @@
//! Run with
//!
//! ```not_rust
//! cargo run -p example-hello-world
//! cargo run -p auto-reload
//! ```
use axum::{response::Html, routing::get, Router};