Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Correct comment (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny McCormick authored Aug 16, 2019
1 parent c6c44b2 commit cec809f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
- uses: actions/checkout@master
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.x' // Version range or exact version of a Ruby version to use, using semvers version range syntax.
ruby-version: '2.x' # Version range or exact version of a Ruby version to use, using semvers version range syntax.
- run: ruby hello.rb
```
Expand Down

0 comments on commit cec809f

Please sign in to comment.