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

This commit is contained in:
Shaobo Liu 2024-03-26 17:22:59 +08:00 committed by GitHub
parent 170f877440
commit 6bd6556385
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
//! Run with //! Run with
//! //!
//! ```not_rust //! ```not_rust
//! cargo run -p example-hello-world //! cargo run -p auto-reload
//! ``` //! ```
use axum::{response::Html, routing::get, Router}; use axum::{response::Html, routing::get, Router};