Skip to content

Commit b3249de

Browse files
committed
Fix typo
1 parent 2a5386f commit b3249de

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
@@ -111,7 +111,7 @@ When using a single job with a Ruby version, replace `${{ matrix.ruby }}` with t
111111
When using `.ruby-version`, replace `${{ matrix.ruby }}` with `${{ hashFiles('.ruby-version') }}`.
112112

113113
This uses the [cache action](https://github.com/actions/cache).
114-
The code above is more complete version of the [Gem example](https://github.com/actions/cache/blob/master/examples.md#ruby---gem).
114+
The code above is a more complete version of the [Ruby - Gem example](https://github.com/actions/cache/blob/master/examples.md#ruby---gem).
115115
Make sure to include `use-ruby` in the `key` to avoid conflicting with previous caches.
116116

117117
## Limitations

0 commit comments

Comments
 (0)