Skip to content

Commit

Permalink
Slight documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethmugo committed Apr 9, 2024
1 parent b48922f commit e06726f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Tingle.AspNetCore.JsonPatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ Use in your controller

```cs
[HttpPatch]
[Consumes(JsonMergePatchDocument.ContentType)]
public void Patch([FromBody] JsonPatchMergeDocument<Customer> patch)
{
...
Expand Down

0 comments on commit e06726f

Please sign in to comment.