We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f94cfa commit c69328eCopy full SHA for c69328e
README.md
@@ -9,16 +9,14 @@ JSON API Spec Conformance: **Non Conforming**
9
10
## Installation
11
12
+`Install-Package JsonApiDotNetCore`
13
+
14
+Click [here](https://www.nuget.org/packages/JsonApiDotNetCore/) for the latest NuGet version.
15
16
For pre-releases, add the [MyGet](https://www.myget.org/feed/Details/research-institute) package feed
17
(https://www.myget.org/F/research-institute/api/v3/index.json)
18
to your nuget configuration.
19
-`Install-Package JsonApiDotNetCore`
-
-```
-"JsonApiDotNetCore": "0.1.0"
20
21
22
## Usage
23
24
Go [here](https://github.com/Research-Institute/json-api-dotnet-core/wiki/Request-Examples) to see examples of HTTP requests and responses
0 commit comments