Skip to content

Commit 9beb03c

Browse files
author
Marina Limeira
committed
Fix text on readme
1 parent 3d472f3 commit 9beb03c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ terraform {
4545

4646
In the root of the Terragrunt project, add a `.tflint.hcl` file:
4747

48-
```
48+
```hcl
4949
plugin "aws" {
5050
enabled = true
5151
version = "0.0.1"
@@ -54,7 +54,7 @@ plugin "aws" {
5454
```
5555

5656

57-
## >?
57+
## Running locally
5858

5959
### Building the plugin
6060

@@ -72,7 +72,7 @@ $ make install
7272

7373
You can run the built plugin like the following:
7474

75-
```
75+
```bash
7676
$ cat << EOS > .tflint.hcl
7777
plugin "aws-cis" {
7878
enabled = true

0 commit comments

Comments
 (0)