Skip to content

Commit a996293

Browse files
committed
Updated Readme
1 parent e68c962 commit a996293

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Blazor Text Diff
2-
A component to display side by side text diff using the [DiffPlex](https://github.com/mmanela/diffplex) library. The CSS can probably be cleaned up a lot.
2+
A component to display side by side text diff using the [DiffPlex](https://github.com/mmanela/diffplex) library. There is probably some issues that I have looked over so if you notice one please submit an issue or do a pull request!
33

44

55
[![publish to nuget](https://github.com/lzinga/BlazorTextDiff/workflows/publish%20to%20nuget/badge.svg)![Nuget](https://img.shields.io/nuget/v/BlazorTextDiff)](https://www.nuget.org/packages/BlazorTextDiff)
66

77

8-
9-
Here is an image showing some example data from the sample folder.
10-
![Diff](https://i.imgur.com/nfo1OzH.png)
8+
![Static Diff](https://i.imgur.com/t0nJPeZ.png)
9+
![Async Diff](https://i.imgur.com/lzjfjhF.png)
1110

1211
# Installation
1312
You will need to add the nuget package DiffPlex into your project for this to work. An example project can be found in the [Samples Folder](https://github.com/lzinga/BlazorTextDiff/tree/master/samples/BlazorTextDiff.Web) for implementation.

0 commit comments

Comments
 (0)