Skip to content

Commit 77e4114

Browse files
author
Josh Holtz
committed
Words are hard
1 parent cc67607 commit 77e4114

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
@@ -6,8 +6,8 @@ A library for loading data from a [JSON API](http://jsonapi.org) datasource. Par
66

77
### Features
88
- Parses datasource into manageable objects of `JSONAPIResource`
9-
- Auto-links resources with custom link mapping definitions using `JSONAPIResourceLinker` (ex: linke 'book' to 'books', link 'person' to 'people')
10-
- Allows resource types to be created into custom subclasses models of `JSONAPIResource` using `JSONAPIResourceModeler`
9+
- Auto-links resources with custom link mapping definitions using `JSONAPIResourceLinker` (ex: link 'book' to 'books', link 'person' to 'people')
10+
- Allows resource types to be created into subclasses of `JSONAPIResource` using `JSONAPIResourceModeler`
1111

1212
## Installation
1313

0 commit comments

Comments
 (0)