diff options
Diffstat (limited to 'src/aws-cli/README.md')
-rw-r--r-- | src/aws-cli/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aws-cli/README.md b/src/aws-cli/README.md index 2716c34..3fb4688 100644 --- a/src/aws-cli/README.md +++ b/src/aws-cli/README.md @@ -17,9 +17,9 @@ Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| version | Select or enter an AWS CLI version. (Available versions here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst) | string | latest | - +| version | Select or enter an AWS CLI version. | string | latest | +Available versions of the AWS CLI can be found here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst. --- |