Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omaxel authored Jul 27, 2017
1 parent c4ce1e1 commit 1b17056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![SimplePatch](http://raw.github.com/OmarMuscatello/SimplePatch/master/simplepatch.png)
<img src="http://raw.github.com/OmarMuscatello/SimplePatch/master/simplepatch.png" height="70" alt="SimplePatch">

Una semplice libreria per l'utilizzo del metodo PATCH in ASP.NET Web API

Expand Down Expand Up @@ -168,4 +168,4 @@ DeltaConfig.Init((cfg) =>
});
```

**Nota:** Quando una proprietà viene contrassegnata come *esclusa* essa sarà ugualmente presente nell'oggetto `Delta<T>`, ma verrà ignorata in fase di applicazione delle modifiche (metodo `Patch`) all'entità originale.
**Nota:** Quando una proprietà viene contrassegnata come *esclusa* essa sarà ugualmente presente nell'oggetto `Delta<T>`, ma verrà ignorata in fase di applicazione delle modifiche (metodo `Patch`) all'entità originale.

0 comments on commit 1b17056

Please sign in to comment.