diff --git a/README.md b/README.md index af93a7b..bad3666 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ in corso.... #### how to: client: -`cargo run --bin client` +``` +cargo run --bin client +``` server: -`RUSTFLAGS="--cfg tokio_unstable" cargo run --bin server` +``` +RUSTFLAGS="--cfg tokio_unstable" cargo run --bin server +```