From e06726fbfecc3cd258b8076220f42dcc905f5526 Mon Sep 17 00:00:00 2001 From: Kenneth Mugo Date: Tue, 9 Apr 2024 12:37:18 +0300 Subject: [PATCH] Slight documentation fix --- src/Tingle.AspNetCore.JsonPatch/README.md | 1 - 1 file changed, 1 deletion(-) 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) { ...