Skip to content

Commit f691557

Browse files
committed
update readme
1 parent 067dcad commit f691557

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![Build status](https://ci.appveyor.com/api/projects/status/9fvgeoxdikwkom10?svg=true)](https://ci.appveyor.com/project/jaredcnance/json-api-dotnet-core)
44
[![Travis](https://img.shields.io/travis/Research-Institute/json-api-dotnet-core.svg?maxAge=3600&label=travis)](https://travis-ci.org/Research-Institute/json-api-dotnet-core)
5+
[![NuGet](https://img.shields.io/nuget/v/JsonApiDotNetCore.svg)](https://www.nuget.org/packages/JsonApiDotNetCore/)
6+
[![MyGet CI](https://img.shields.io/myget/research-institute/v/JsonApiDotNetCore.svg)](https://www.myget.org/feed/research-institute/package/nuget/JsonApiDotNetCore)
57

68
JSON API Spec Conformance: **Non Conforming**
79

@@ -11,7 +13,11 @@ For pre-releases, add the [MyGet](https://www.myget.org/feed/Details/research-in
1113
(https://www.myget.org/F/research-institute/api/v3/index.json)
1214
to your nuget configuration.
1315

14-
NuGet packages will be published at v0.1.0.
16+
`Install-Package JsonApiDotNetCore`
17+
18+
```
19+
"JsonApiDotNetCore": "0.1.0"
20+
```
1521

1622
## Usage
1723

0 commit comments

Comments
 (0)