Updated README

This commit is contained in:
Anton Babenko 2016-09-27 21:47:08 +02:00
commit 67dcb8615f

View file

@ -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!