Skip to content

Commit

Permalink
Merge pull request utahiosmac#116 from ZevEisenberg/patch-1
Browse files Browse the repository at this point in the history
Fix typo in readme.
  • Loading branch information
jarsen authored Jun 20, 2017
2 parents 7a814e2 + ad18795 commit bfe111a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ We've looked at going from our `[String: Any]` into our local models, but what a
extension User: Marshaling {
func marshaled() -> [String: Any] {
return {
"id": "id",
"id": id,
"name" : name,
"email": email
}
Expand Down

0 comments on commit bfe111a

Please sign in to comment.