Skip to content

Commit

Permalink
Fix typos in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nklya committed May 13, 2018
1 parent d33d29f commit 4bfaafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# terraform-variables-generator

Simple Tool for Generate Variables file from Terraform Configuration. It will find all *.tf files in current directory, and generate varibales.tf file, if you already have this file, it will ask to override it.
Simple Tool for Generate Variables file from Terraform Configuration. It will find all *.tf files in current directory, and generate variables.tf file. If you already have this file, it will ask to override it.

## Build

Expand All @@ -14,7 +14,7 @@ go build .
./terraform-variables-generator
```

It will find all *.tf files in current directory, and generate varibales.tf file, if you already have this file, it will ask to override it.
It will find all *.tf files in current directory, and generate variables.tf file. If you already have this file, it will ask to override it.

### Example

Expand Down

0 comments on commit 4bfaafb

Please sign in to comment.