Skip to content

Commit 18f7ed8

Browse files
authored
Update README.md
1 parent c70c653 commit 18f7ed8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ Read the https://reference.api.rees46.com for usage details.
1515

1616
Install `rvm`: https://rvm.io
1717

18-
Install ruby 2.3.x using rvm:
18+
Install ruby 2.7.x using rvm:
1919

2020
```shell
21-
rvm install 2.3.1
21+
rvm install 2.7.0
2222
```
2323

24-
Use ruby 2.3.1:
24+
Use ruby 2.7.0:
2525

2626
```
27-
rvm 2.3.1
27+
rvm 2.7.0
2828
```
2929

3030
Install gem bundler, if not present:

0 commit comments

Comments
 (0)