diff --git a/README.md b/README.md index 5bc0f1e..fa46537 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.3' # Not needed with a `.ruby-version`, `.tool-versions` or `mise.toml` + ruby-version: '3.3' # Not needed with a .ruby-version, .tool-versions or mise.toml bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle exec rake ```