From 3b9d8344977b73cab123d5463c699b4a5c9c258c Mon Sep 17 00:00:00 2001 From: maliming Date: Tue, 18 Oct 2022 14:55:43 +0800 Subject: [PATCH] Update JSON.md --- docs/en/JSON.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/JSON.md b/docs/en/JSON.md index d8979945a7..88877c9e1d 100644 --- a/docs/en/JSON.md +++ b/docs/en/JSON.md @@ -61,7 +61,7 @@ Properties: ## Newtonsoft -Add [Volo.Abp.Json.Newtonsoft](https://www.nuget.org/packages/Volo.Abp.Json.Newtonsoft) pcakge and `AbpJsonNewtonsoftModule` to replace the `System Text Json`. +Add [Volo.Abp.Json.Newtonsoft](https://www.nuget.org/packages/Volo.Abp.Json.Newtonsoft) packge and depends on `AbpJsonNewtonsoftModule` to replace the `System Text Json`. #### AbpNewtonsoftJsonSerializerOptions