mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 14:46:32 +01:00
Fix typo in auto-reload example. (#2680)
This commit is contained in:
parent
170f877440
commit
6bd6556385
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue