Skip to content

Commit 3f93a8e

Browse files
authored
Closes #29
1 parent 27415f3 commit 3f93a8e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
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+
JsonApiDotnetCore provides a framework for building [json:api](http://jsonapi.org/) compliant web servers. Unlike other .Net implementations, this library provides all the required middleware to build a complete server. All you need to focus on is defining the resources. However, the library is also fully extensible so you can customize the implementation to meet your specific needs.
9+
810
## Installation
911

10-
`Install-Package JsonApiDotNetCore`
12+
`Install-Package JsonApiDotnetCore`
1113

12-
Click [here](https://www.nuget.org/packages/JsonApiDotNetCore/) for the latest NuGet version.
14+
Click [here](https://www.nuget.org/packages/JsonApiDotnetCore/) for the latest NuGet version.
1315

1416
For pre-releases, add the [MyGet](https://www.myget.org/feed/Details/research-institute) package feed
1517
(https://www.myget.org/F/research-institute/api/v3/index.json)

0 commit comments

Comments
 (0)