Skip to content

Commit

Permalink
Merge pull request #29 from mirmousaviii/master
Browse files Browse the repository at this point in the history
Fix extend in readme
  • Loading branch information
kamikat committed Oct 28, 2016
2 parents e19f199 + 5365bd2 commit 09bf2c3
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 @@ -39,7 +39,7 @@ The class **must** be annotated with `@JsonApi(type = ...)`.

```java
@JsonApi(type = "people")
class Person extend Resource {
class Person extends Resource {
@Json(name="first-name") String firstName;
@Json(name="last-name") String lastName;
String twitter;
Expand Down

0 comments on commit 09bf2c3

Please sign in to comment.