Skip to content

Commit f73d599

Browse files
authored
Fix readme.md (#22)
* Fix readme.md
1 parent 2d95c7e commit f73d599

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

README.md

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SystemTextJson.JsonDiffPatch
22

3-
![GitHub](https://img.shields.io/github/license/weichch/system-text-json-jsondiffpatch?color=blueviolet) ![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/weichch/system-text-json-jsondiffpatch/build-and-test/main) ![Nuget](https://img.shields.io/nuget/dt/SystemTextJson.JsonDiffPatch?color=important)
3+
![GitHub](https://img.shields.io/github/license/weichch/system-text-json-jsondiffpatch?color=blueviolet) ![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/weichch/system-text-json-jsondiffpatch/build-and-test/main) [![JsonDiffPatch](https://img.shields.io/nuget/vpre/SystemTextJson.JsonDiffPatch?style=flat)](https://www.nuget.org/packages/SystemTextJson.JsonDiffPatch/) ![Nuget](https://img.shields.io/nuget/dt/SystemTextJson.JsonDiffPatch?color=important)
44

5-
High-performance, low-allocating JSON objects diff and patch extension for System.Text.Json.
5+
High-performance, low-allocating JSON object diff and patch extension for System.Text.Json.
66

77
## Features
88

@@ -19,9 +19,29 @@ High-performance, low-allocating JSON objects diff and patch extension for Syste
1919

2020
## Install
2121

22-
| JsonDiffPatch | xUnit Assert | MSTest v2 Assert | NUnit Assert |
23-
|:-----------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
24-
| [![JsonDiffPatch](https://img.shields.io/nuget/vpre/SystemTextJson.JsonDiffPatch?style=flat)](https://www.nuget.org/packages/SystemTextJson.JsonDiffPatch/) | [![xUnit Assert](https://img.shields.io/nuget/vpre/SystemTextJson.JsonDiffPatch.Xunit?style=flat)](https://www.nuget.org/packages/SystemTextJson.JsonDiffPatch.Xunit/) | [![MSTest v2 Assert](https://img.shields.io/nuget/vpre/SystemTextJson.JsonDiffPatch.MSTest?style=flat)](https://www.nuget.org/packages/SystemTextJson.JsonDiffPatch.MSTest/) | [![NUnit Assert](https://img.shields.io/nuget/vpre/SystemTextJson.JsonDiffPatch.NUnit?style=flat)](https://www.nuget.org/packages/SystemTextJson.JsonDiffPatch.NUnit/) |
22+
#### JsonDiffPatch
23+
24+
```
25+
Install-Package SystemTextJson.JsonDiffPatch
26+
```
27+
28+
#### xUnit Assert
29+
30+
```
31+
Install-Package SystemTextJson.JsonDiffPatch.Xunit
32+
```
33+
34+
#### MSTest v2 Assert
35+
36+
```
37+
Install-Package SystemTextJson.JsonDiffPatch.MSTest
38+
```
39+
40+
#### NUnit Assert
41+
42+
```
43+
Install-Package SystemTextJson.JsonDiffPatch.NUnit
44+
```
2545

2646
## Usage
2747

0 commit comments

Comments
 (0)