diff --git a/README.md b/README.md
index 86f4262..af9c8f6 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,8 @@ All inputs are optional.
Rustup toolchain specifier e.g. stable
, nightly
, 1.42.0
, nightly-2022-01-01
.
Important: the default is to match the @rev as described above.
When passing an explicit toolchain
as an input instead of @rev, you'll want to use "dtolnay/rust-toolchain@master" as the revision of the action.
+ Also important: use quotes to ensure that the right toolchain version is passed to this GitHub Action.
+ For example, specify toolchain: '1.70'
(with quotes) because toolchain: 1.70
will be parsed as toolchain: 1.7
.