diff --git a/crates/http/README.md b/crates/http/README.md index 33d5584..3034cb8 100644 --- a/crates/http/README.md +++ b/crates/http/README.md @@ -6,7 +6,8 @@ Web server implementation based on the Rocket engine > In development! ``` -cargo run -p rssto-http -- --mysql-username USER \ - --mysql-password PASS \ - --mysql-database NAME +cd rssto/crates/rssto-http +cargo run -- --mysql-username USER \ + --mysql-password PASS \ + --mysql-database NAME ``` \ No newline at end of file