Skip to content

Commit fe12a9a

Browse files
committed
Updated readme.
1 parent babb5ed commit fe12a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
[![Build Status](https://travis-ci.org/MarkoPapic/PartialUpdater.svg?branch=develop)](https://travis-ci.org/MarkoPapic/PartialUpdater)
44

5-
Partial Updater is a library for .NET developers that enables patching entities by providing the minimal JSON payload, containing only the fields that need to be updated, thus reducing the network traffic.
5+
Partial Updater is a library for .NET developers that enables patching entities by providing the minimal JSON payload, containing only the fields that need to be updated, thus reducing the network traffic. It converts JSON payload to an expression tree, which is then used to create update function.
66

77
## Installation
88
[![NuGet Version](https://img.shields.io/nuget/vpre/PartialUpdater.svg)](https://www.nuget.org/packages/PartialUpdater)
99
```
10-
Install-Package PartialUpdater -Version 1.0.0-alpha
10+
Install-Package PartialUpdater -Version 1.0.0-beta
1111
```
1212

1313
## Usage

0 commit comments

Comments
 (0)