From b3249de963e4be0b58aa37d5a70f53537dca38de Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 10 Jan 2020 23:07:19 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e297fc..bd0c140 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ When using a single job with a Ruby version, replace `${{ matrix.ruby }}` with t When using `.ruby-version`, replace `${{ matrix.ruby }}` with `${{ hashFiles('.ruby-version') }}`. This uses the [cache action](https://github.com/actions/cache). -The code above is more complete version of the [Gem example](https://github.com/actions/cache/blob/master/examples.md#ruby---gem). +The code above is a more complete version of the [Ruby - Gem example](https://github.com/actions/cache/blob/master/examples.md#ruby---gem). Make sure to include `use-ruby` in the `key` to avoid conflicting with previous caches. ## Limitations