Skip to content

Commit c227aac

Browse files
committed
chore: add missing language to markdown code blocks
1 parent f6dc962 commit c227aac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ We recommend following [Amazon IAM best practices](https://docs.aws.amazon.com/I
3434

3535
This action requires the following minimum set of permissions:
3636

37-
```
37+
```json
3838
{
3939
"Version":"2012-10-17",
4040
"Statement":[
@@ -93,7 +93,7 @@ For ECS services that uses the `CODE_DEPLOY` deployment controller, additional c
9393

9494
The minimal permissions require access to CodeDeploy:
9595

96-
```
96+
```json
9797
{
9898
"Version":"2012-10-17",
9999
"Statement":[

0 commit comments

Comments
 (0)