diff --git a/README.md b/README.md index 57cec2b..944f5be 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,11 @@ The crates are organized as follow : Build & run executables: ``` -cargo run --bin ngd // runs the daemon -cargo run --bin ngcli // runs the client +// runs the daemon +cargo run --bin ngd + +// runs the client +cargo run --bin ngcli ``` ### Test