releasing 1.3.0

This commit is contained in:
Brandon O'Connor
2018-07-11 23:47:35 -07:00
parent b29167905c
commit 69d7a3ce4a
3 changed files with 9 additions and 5 deletions

View File

@@ -64,7 +64,7 @@
* ```bash
* go get github.com/segmentio/terraform-docs
* terraform-docs md ./ | cat -s | ghead -n -1 > README.md
* terraform-docs md ./ | cat -s | tail -r | tail -n +2 | tail -r > README.md
* ```
* ## Contributing