1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-03-21 22:48:51 +01:00

Fix static-file-server example instructions ()

Co-authored-by: MoisesPotato <28111500+MoisesPotato@users.noreply.github.com>
This commit is contained in:
Moises-Herradon-Cueto 2023-03-10 09:51:22 +01:00 committed by GitHub
parent a26ddd1063
commit 2c1dde7c07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
//! Run with
//!
//! ```not_rust
//! cd examples && cargo run -p example-static-file-server
//! cd examples/static-file-server && cargo run -p example-static-file-server
//! ```
use axum::{