]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Remove remaining usage of aliases
[rust.git] / README.md
index c6a48c467b704c72575d581cf378de89a54810f1..ee28297668e942b4dbae0f84d98cdc9e4a0b2da0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Now we're gonna dip our toes into this world with a small SIMD "Hello, World!" e
 rustup update -- nightly
 ```
 
-or by setting up `rustup default nightly` or else with `cargo +nihgtly {build,test, run}`. After updating, run 
+or by setting up `rustup default nightly` or else with `cargo +nightly {build,test,run}`. After updating, run 
 ```bash
 cargo new hellosimd
 ```