From cdd6408fed95b747c49c9fb5054cf37a4e008acf Mon Sep 17 00:00:00 2001 From: Rik Huijzer Date: Mon, 26 Jun 2023 09:47:06 +0200 Subject: [PATCH] Also apply suggestion to other examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af9c8f6..ceab529 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ compiler support. # offset, which may be written in years, months, weeks, or days. - uses: dtolnay/rust-toolchain@master with: - toolchain: stable 18 months ago + toolchain: 'stable 18 months ago' ``` ```yaml @@ -96,7 +96,7 @@ compiler support. # the specified number of minor versions. - uses: dtolnay/rust-toolchain@master with: - toolchain: stable minus 8 releases + toolchain: 'stable minus 8 releases' ```