diff --git a/src/Tingle.AspNetCore.JsonPatch/README.md b/src/Tingle.AspNetCore.JsonPatch/README.md index 9313dee..2229068 100644 --- a/src/Tingle.AspNetCore.JsonPatch/README.md +++ b/src/Tingle.AspNetCore.JsonPatch/README.md @@ -97,7 +97,6 @@ Use in your controller ```cs [HttpPatch] -[Consumes(JsonMergePatchDocument.ContentType)] public void Patch([FromBody] JsonPatchMergeDocument patch) { ...