Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omaxel authored Aug 28, 2017
1 parent ea1eb0a commit 3fcf25f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img src="http://raw.github.com/OmarMuscatello/SimplePatch/master/simplepatch.png" height="70" alt="SimplePatch">


A simple library for using the PATCH method in ASP.NET Web API.
A simple library for partial entity changes in ASP.NET and ASP.NET Core.

**Help me!** Improve this translation with a pull request.

Expand Down Expand Up @@ -49,6 +49,9 @@ Install-Package SimplePatch
```

## How to use

See [*examples* folder](https://github.com/OmarMuscatello/SimplePatch/tree/master/examples) to learn of to use this library with ASP.NET and ASP.NET Core.

##### Patching a single entity
[HttpPatch]
public IHttpActionResult PatchOne(int id, Delta<Person> person)
Expand Down

0 comments on commit 3fcf25f

Please sign in to comment.