Skip to content

Commit

Permalink
Fixes typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
abitdodgy committed Oct 19, 2018
1 parent 05c9d7c commit 95fe27d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ user =
|> Iam.to_user()

%Iam.User{
arn: "arn:aws:iam::085326204011:user",
arn: "arn:aws:iam::085326204011:user/my_user",
create_date: "2018-10-17T13:36:28Z",
path: "/my/path/",
username: "my_username",
username: "my_user",
user_id: "AIDAJMIUVQAU2TW666HH2"
}

Expand Down

0 comments on commit 95fe27d

Please sign in to comment.