Skip to content

Commit 21e8804

Browse files
committed
update readme
1 parent ecd4e96 commit 21e8804

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
[![NuGet](https://img.shields.io/nuget/v/JsonApiDotNetCore.svg)](https://www.nuget.org/packages/JsonApiDotNetCore/)
66
[![MyGet CI](https://img.shields.io/myget/research-institute/v/JsonApiDotNetCore.svg)](https://www.myget.org/feed/research-institute/package/nuget/JsonApiDotNetCore)
77

8-
JSON API Spec Conformance: **Non Conforming**
9-
108
## Installation
119

1210
`Install-Package JsonApiDotNetCore`
@@ -40,7 +38,9 @@ services.AddJsonApi(config => {
4038
app.UseJsonApi();
4139
```
4240

43-
## Specifying The Presenter / ViewModel
41+
## Specifying The JsonApiResources
42+
43+
You can think of these as the presenter / view model definitions for your models.
4444

4545
- When you define a model, you **MUST** specify the associated resource class using the `JsonApiResource` attribute.
4646
- The specified resource class **MUST** implement `IJsonApiResource`.

0 commit comments

Comments
 (0)