mirror of https://github.com/tokio-rs/axum
Fix typo in auto-reload example. (#2680)
This commit is contained in:
parent
170f877440
commit
6bd6556385
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue