fix: Updated formatting in README (closes #113)

This commit is contained in:
Anton Babenko 2020-05-27 10:35:15 +02:00
commit 27e6369339

View file

@ -113,7 +113,7 @@ if they are present in `README.md`.
In order to pass multiple args, try the following: In order to pass multiple args, try the following:
```yaml ```yaml
- id: terraform_tflint - id: terraform_tflint
args: args:
- 'args=--deep' - 'args=--deep'
- 'args=--enable-rule=terraform_documented_variables' - 'args=--enable-rule=terraform_documented_variables'
``` ```