diff options
| author | Caleb Zulawski <caleb.zulawski@gmail.com> | 2021-06-26 17:08:40 +0000 |
|---|---|---|
| committer | Caleb Zulawski <caleb.zulawski@gmail.com> | 2021-06-26 17:08:40 +0000 |
| commit | 715f9ac4e36ee303c3d464121ebb65df8f92416e (patch) | |
| tree | 7999122d006d12fcc88a93d1e644841e263699ca | |
| parent | b5ba19577f1c463b4482a6a5759a9475006e50dd (diff) | |
| download | rust-715f9ac4e36ee303c3d464121ebb65df8f92416e.tar.gz rust-715f9ac4e36ee303c3d464121ebb65df8f92416e.zip | |
Fix typo. Closes #140
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index c6a48c467b7..ee28297668e 100644 --- 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 ``` |
