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

Commit cec809f

Browse files
author
Danny McCormick
authored
Correct comment (#12)
1 parent c6c44b2 commit cec809f

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
@@ -19,7 +19,7 @@ steps:
1919
- uses: actions/checkout@master
2020
- uses: actions/setup-ruby@v1
2121
with:
22-
ruby-version: '2.x' // Version range or exact version of a Ruby version to use, using semvers version range syntax.
22+
ruby-version: '2.x' # Version range or exact version of a Ruby version to use, using semvers version range syntax.
2323
- run: ruby hello.rb
2424
```
2525

0 commit comments

Comments
 (0)