Skip to content

Commit 694e456

Browse files
authored
Fix typo in README
1 parent b8dc4af commit 694e456

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
@@ -38,7 +38,7 @@ MKAT can identify the trust relationships between K8s service accounts and AWS I
3838
It works by looking both at the trust policy of the IAM roles, and at the service accounts that are associated with the pods running in the cluster.
3939

4040
```bash
41-
$ mkat eks find-role-role-relationships
41+
$ mkat eks find-role-relationships
4242
_ _
4343
_ __ ___ | | __ __ _ | |_
4444
| '_ ` _ \ | |/ / / _` | | __|
@@ -65,7 +65,7 @@ $ mkat eks find-role-role-relationships
6565
It can also generate a `dot` output for graphic visualization:
6666

6767
```bash
68-
$ mkat eks find-role-role-relationships --output-format dot --output-file roles.dot
68+
$ mkat eks find-role-relationships --output-format dot --output-file roles.dot
6969
$ dot -Tpng -O roles.dot
7070
$ open roles.dot.png
7171
```

0 commit comments

Comments
 (0)