From b976864f203e4b29053638e1855d337255a8b42f Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 15 Sep 2020 13:27:25 +1200 Subject: [PATCH] Fix version examples (#48) The incorrect versions threw me off and resulted in a strange error: ``` (s || "").replace is not a function ``` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d7fc56..97dcb3a 100644 --- a/README.md +++ b/README.md @@ -146,8 +146,8 @@ The action supports the following inputs: - `terraform_version` - (optional) The version of Terraform CLI to install. Instead of a full version string, you can also specify a constraint string (see [Semver Ranges](https://www.npmjs.com/package/semver#ranges) - for available range specifications). Examples are: `<1.13.0`, `~1.12`, `1.12.x` (all three installing - the latest available 1.12 version). The special value of `latest` installs the latest version of + for available range specifications). Examples are: `<0.13.0`, `~0.12`, `0.12.x` (all three installing + the latest available 0.12 version). The special value of `latest` installs the latest version of Terraform CLI. Defaults to `latest`. - `terraform_wrapper` - (optional) Whether to install a wrapper to wrap subsequent calls of