Skip to content

Commit a8c7912

Browse files
committed
README.md updated
1 parent b958da4 commit a8c7912

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# PartialResponse.AspNetCore.Mvc.Formatters.Json
1+
# ASP.NET Core MVC Partial Response
22

33
[![apache](https://img.shields.io/badge/license-Apache%202-green.svg)](https://raw.githubusercontent.com/dotarj/PartialResponse.AspNetCore.Mvc.Formatters.Json/master/LICENSE)
44
[![nuget](https://img.shields.io/nuget/v/PartialResponse.AspNetCore.Mvc.Formatters.Json.svg)](https://www.nuget.org/packages/PartialResponse.AspNetCore.Mvc.Formatters.Json)
55
[![myget](https://img.shields.io/myget/partialresponse/v/PartialResponse.AspNetCore.Mvc.Formatters.Json.svg)](https://www.myget.org/feed/partialresponse/package/nuget/PartialResponse.AspNetCore.Mvc.Formatters.Json)
66
[![Build status](https://ci.appveyor.com/api/projects/status/y8kahoej4avaqwwm?svg=true)](https://ci.appveyor.com/project/dotarj/partialresponse-aspnetcore-mvc-formatters-json)
77
[![codecov](https://codecov.io/gh/dotarj/PartialResponse.AspNetCore.Mvc.Formatters.Json/branch/master/graph/badge.svg)](https://codecov.io/gh/dotarj/PartialResponse.AspNetCore.Mvc.Formatters.Json)
88

9-
PartialResponse.AspNetCore.Mvc.Formatters.Json provides JSON partial response support for ASP.NET Core MVC. This package is also [available for ASP.NET Web API](https://www.nuget.org/packages/WebApi.PartialResponse/).
9+
PartialResponse.AspNetCore.Mvc.Formatters.Json provides JSON partial response (partial resource) support for ASP.NET Core MVC. This package is also [available for ASP.NET Web API](https://github.com/dotarj/PartialResponse/).
1010

1111
## Getting started
1212

13-
First, add a dependency to PartialResponse.AspNetCore.Mvc.Formatters.Json using the NuGet package manager or by adding a package reference to the .csproj:
13+
First, add a dependency to PartialResponse.AspNetCore.Mvc.Formatters.Json using the NuGet package manager (console) or by adding a package reference to the .csproj:
1414

1515
```xml
1616
<ItemGroup>
@@ -57,6 +57,6 @@ In practice, these rules often allow several different `fields` parameter values
5757
* `fields=items(id,snippet/title,snippet/position)`
5858
* `fields=items(id,snippet(title,position))`
5959

60-
**Note:** As with all query parameter values, the fields parameter value must be URL encoded. For better readability, the examples in this document omit the encoding.
60+
**Note:** As with all query parameter values, the 'fields' parameter value must be URL encoded. For better readability, the examples in this document omit the encoding.
6161

6262
**Note:** Due to the relatively slow performance of LINQ to JSON (Json.NET), the usage of PartialJsonOutputFormatter has a performance impact compared to the regular Json.NET serializer. Because of the reduced traffic, the overhead in time could be neglected.

0 commit comments

Comments
 (0)