Skip to content

Commit 715f9ac

Browse files
committed
Fix typo. Closes #140
1 parent b5ba195 commit 715f9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Now we're gonna dip our toes into this world with a small SIMD "Hello, World!" e
2020
rustup update -- nightly
2121
```
2222

23-
or by setting up `rustup default nightly` or else with `cargo +nihgtly {build,test, run}`. After updating, run
23+
or by setting up `rustup default nightly` or else with `cargo +nightly {build,test,run}`. After updating, run
2424
```bash
2525
cargo new hellosimd
2626
```

0 commit comments

Comments
 (0)