From 0c2ef9d00ca101237e38760c2c02c3ea6eb578cf Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 3 Jan 2020 14:07:39 +0100 Subject: [PATCH] Polish the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71de082..09fc4a2 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ jobs: ### Supported Version Syntax -* `engine-version` like `ruby-2.6.5` and `truffleruby-19.3.0` +* engine-version like `ruby-2.6.5` and `truffleruby-19.3.0` * short version like `2.6`, automatically using the latest release matching that version (`2.6.5`) * version only like `2.6.5`, assumes MRI for the engine * engine only like `truffleruby`, uses the latest stable release of that implementation