diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-10-19 02:30:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 02:30:21 +0300 |
commit | 7860eb85a4694bed908db725157b1b1e9f1654cb (patch) | |
tree | 255a1326182786723da42359bedb2c78488b3d73 | |
parent | 2bec6f056cc2ca1fe7d6e2ecd991cade4ce28c1c (diff) |
Automated documentation update (#229)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
-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. --- |