Skip to content

Commit a4eb34b

Browse files
committed
generalize readme
1 parent cf65c0c commit a4eb34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ rustup component add miri
6161
If `rustup` says the `miri` component is unavailable, that's because not all
6262
nightly releases come with all tools. Check out
6363
[this website](https://rust-lang.github.io/rustup-components-history) to
64-
determine a nightly version that comes with Miri and install that, e.g. using
65-
`rustup install nightly-2019-03-28`.
64+
determine a nightly version that comes with Miri and install that using
65+
`rustup install nightly-YYYY-MM-DD`.
6666

6767
Now you can run your project in Miri:
6868

0 commit comments

Comments
 (0)