From fed1a33b8deb21209af761a895e7ac1ca0588e80 Mon Sep 17 00:00:00 2001 From: Ali Yousefi Date: Sat, 16 Sep 2023 12:45:13 +0330 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 023beda..48060e8 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ Install packages: ```csharp builder.Services.AddSerialization(o => - { - o.UseBinaryGo(); - o.UseNewtonsoftJson(); - }); + { + o.UseBinaryGo(); + o.UseNewtonsoftJson(); + }); ``` [![Line Coverage Status](./src/CSharp/coverage-badge-line.svg)](https://github.com/danpetitt/open-cover-badge-generator-action/)