Skip to content

Commit

Permalink
Update property name
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Jul 6, 2017
1 parent 7e66c66 commit 0f0478c
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 @@ -165,7 +165,7 @@ struct Book: Mappable {
title <- map.resolve(keyPath: "title")
publisherName <- map.resolve(keyPath: "publisher.name")
authorName <- map.resolve(keyPath: "info.author.name")
firstReviewer <- map.resolve(keyPath: "meta.reviewers.0.info.name.first_name")
firstReviewerName <- map.resolve(keyPath: "meta.reviewers.0.info.name.first_name")
}
}
```
Expand Down

0 comments on commit 0f0478c

Please sign in to comment.