Fix static-file-server example instructions (#1832)

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::{