From 154d9a1df8a1687db04102c78f05aa72210949d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raymond=20Lei=28=E9=9B=B7=E8=8F=A9=E5=AE=87=29=3B=20?= =?UTF-8?q?=E4=A8=BB-Ficus=20religiosa-Cousin?= Date: Mon, 27 Oct 2025 20:03:32 -0400 Subject: [PATCH] Refine project description in README.md Removed redundant information about improving performance. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66534f9..155638d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ https://dotnet.microsoft.com/en-us/download/dotnet/8.0 ## Project Description -The `CosmosDBPartialUpdateTypeConverter` repository is a .NET project designed to facilitate partial updates in Azure Cosmos DB using JSON Patch operations. This project aims to provide a seamless way to perform partial updates on documents stored in Cosmos DB, reducing the need for full document replacements and improving performance. +The `CosmosDBPartialUpdateTypeConverter` repository is a .NET project designed to facilitate partial updates in Azure Cosmos DB using JSON Patch operations. This project aims to provide a seamless way to perform partial updates on documents stored in Cosmos DB, reducing the need for full document replacements. ## Purpose