Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Sep 9, 2024
1 parent 9d7bbb2 commit 6ceaf7e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# JsonExtensionDataPatchDocumentAdapter

.NET package that transforms operation paths in JsonPatchDocuments such that they match the models JsonExtensionData
property
is a .NET package that transforms operation paths in JsonPatchDocuments such that they match the annotated JsonExtensionData property.

## Installation

Expand Down Expand Up @@ -81,4 +80,4 @@ public IActionResult<MyClass> Patch([FromBody] JsonPatchDocument<MyClass> patch)
modifiedPatch.ApplyTo(myClass); // no longer raises a JsonPatchException
return Ok(myClass);
}
```
```

0 comments on commit 6ceaf7e

Please sign in to comment.