Skip to content

Commit 92588bd

Browse files
authored
Merge pull request #36 from mmtk/typo
Fix typo in README
2 parents 3821fca + cf44863 commit 92588bd

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
@@ -19,7 +19,7 @@ If you use the set-up explained in [mmtk-dev-env](https://github.com/mmtk/mmtk-d
1919

2020
```console
2121
# replace nightly-YYYY-MM-DD with the the toolchain version specified in mmtk-dev-env
22-
$ Export RUSTUP_TOOLCHAIN=nightly-YYYY-MM-DD
22+
$ export RUSTUP_TOOLCHAIN=nightly-YYYY-MM-DD
2323
```
2424

2525
You may also need to use ssh-agent to authenticate with github (see [here](https://github.com/rust-lang/cargo/issues/3487) for more info):

0 commit comments

Comments
 (0)