File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ A library for loading data from a [JSON API](http://jsonapi.org) datasource. Par
6
6
7
7
### Features
8
8
- 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 `
11
11
12
12
## Installation
13
13
You can’t perform that action at this time.
0 commit comments