diff --git a/docs/autoreload.md b/docs/autoreload.md index e234d63..f19e6b9 100644 --- a/docs/autoreload.md +++ b/docs/autoreload.md @@ -7,8 +7,8 @@ title: Auto-Reloading During development it can be very handy to have cargo automatically recompile the code on changes. This can be accomplished very easily by using [`cargo-watch`]. ```sh -cargo watch -x 'run --bin app' -``` + cargo watch -x run + ``` ## Historical Note