Skip to content

Commit 456887c

Browse files
committed
update readme
1 parent 80a56c4 commit 456887c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
# JSON API .Net Core
22

3+
[![Build status](https://ci.appveyor.com/api/projects/status/9fvgeoxdikwkom10?svg=true)](https://ci.appveyor.com/project/jaredcnance/json-api-dotnet-core)
4+
35
JSON API Spec Conformance: **Non Conforming**
46

5-
Go [here](https://github.com/Research-Institute/json-api-dotnet-core/wiki/Request-Examples) to see examples of HTTP requests and responses
7+
## Installation
8+
9+
For pre-releases, add the [MyGet](https://www.myget.org/feed/Details/research-institute) package feed
10+
(https://www.myget.org/F/research-institute/api/v3/index.json)
11+
to your nuget configuration.
12+
13+
NuGet packages will be published at v0.1.0.
614

715
## Usage
816

17+
Go [here](https://github.com/Research-Institute/json-api-dotnet-core/wiki/Request-Examples) to see examples of HTTP requests and responses
18+
919
- Configure the service:
1020

1121
```

0 commit comments

Comments
 (0)