Skip to content

Commit

Permalink
Merge pull request #61 from EasyMicroservices/Ali-YousefiTelori-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Ali-YousefiTelori authored Sep 16, 2023
2 parents 0c55e19 + fed1a33 commit e562d22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit e562d22

Please sign in to comment.