Skip to content

Commit 6b0f575

Browse files
committed
Update README.md
1 parent e9e2761 commit 6b0f575

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -200,29 +200,25 @@ DiffPlex also contains a sample website that shows how to create a basic side by
200200

201201
## Sample Blazor App
202202

203-
DiffPlex includes a Blazor component library and sample application demonstrating how to render textual diffs in modern Blazor applications. The sample showcases both server-side and client-side rendering capabilities with interactive diff visualization.
203+
DiffPlex includes a Blazor sample application demonstrating how to render textual diffs in modern Blazor applications. The sample showcases both server-side and client-side rendering capabilities with interactive diff visualization.
204+
205+
![image](https://github.com/user-attachments/assets/862030f5-c759-4556-8b10-19cc281c5e7d)
204206

205-
[Screenshot placeholder - Blazor app overview]
206207

207208
The Blazor components provide:
208209
- Interactive side-by-side diff rendering
209210
- Inline diff view mode
210-
- Responsive design for various screen sizes
211-
- Customizable styling and themes
212-
- Real-time diff updates
211+
- Unififf rendering
213212

214-
[Screenshot placeholder - Side-by-side diff view]
213+
![image](https://github.com/user-attachments/assets/eabcf30d-3699-4529-8d74-191627e06241)
215214

216-
[Screenshot placeholder - Inline diff view]
217215

218216
To run the sample Blazor application:
219217
```bash
220218
cd DiffPlex.Blazor
221219
dotnet run
222220
```
223221

224-
The Blazor library is available as a NuGet package for integration into your own Blazor applications.
225-
226222
# Windows app
227223

228224
There are 2 libraries for Windows app development.

0 commit comments

Comments
 (0)