Skip to content

Commit

Permalink
Use correct version string format in setup instructions #7
Browse files Browse the repository at this point in the history
Use correct version string format in setup instructions
  • Loading branch information
thesattiraju committed Feb 4, 2020
2 parents 87a2cd5 + d0d6381 commit 1de6b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# Setup Helm
#### Install a specific version of helm binary on the runner.

Acceptable values are latest or any semantic version string like 1.15.0. Use this action in workflow to define which version of helm will be used.
Acceptable values are latest or any semantic version string like `v1.15.0`. Use this action in workflow to define which version of helm will be used.

```yaml
- uses: azure/setup-helm@v1
Expand Down

0 comments on commit 1de6b70

Please sign in to comment.