diff --git a/README.md b/README.md index 9811bd4..7d100c0 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ Single [pre-commit](http://pre-commit.com/) hook which runs `terraform fmt` on ` An example `.pre-commit-config.yaml`: ```yaml -- repo: git@github.com:antonbabenko/pre-commit-terraform - sha: HEAD +- repo: git://github.com/antonbabenko/pre-commit-terraform + sha: v1.0.0 hooks: - - id: terraform_fmt + - id: terraform_fmt ``` Enjoy the clean code!