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