mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Fix typo in auto-reload example. (#2680)
This commit is contained in:
@@ -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};
|
||||||
|
|||||||
Reference in New Issue
Block a user