]> git.lizzy.rs Git - rust.git/commitdiff
fix 'cargo run' in README
authorRalf Jung <post@ralfj.de>
Tue, 23 May 2017 17:31:47 +0000 (10:31 -0700)
committerRalf Jung <post@ralfj.de>
Tue, 23 May 2017 17:31:47 +0000 (10:31 -0700)
README.md

index 3822e9ac10cc4808b3f1d09405b0a24336224904..843535caf9defea95900a32b7085083743beb62f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ how to fix it, you could send a PR. :smile:
 ## Running tests
 
 ```sh
-cargo run tests/run-pass/vecs.rs # Or whatever test you like.
+cargo run --bin miri tests/run-pass/vecs.rs # Or whatever test you like.
 ```
 
 ## Debugging