Skip to content

Commit b84ef7f

Browse files
authored
Enhance README with badges for license and NuGet
Added license and version badges to README.
1 parent 11ea568 commit b84ef7f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![License](https://img.shields.io/github/license/avaloniaui/avalonia.svg) [![NuGet](https://img.shields.io/nuget/v/Avalonia.HtmlRenderer.svg)](https://www.nuget.org/packages/Avalonia.HtmlRenderer) [![downloads](https://img.shields.io/nuget/dt/avalonia.htmlrenderer)](https://www.nuget.org/packages/Avalonia.HtmlRenderer)
2+
13
# Avalonia.HtmlRenderer
24

35
Avalonia port of the https://github.com/ArthurHub/HTML-Renderer project.
@@ -8,7 +10,6 @@ Many modern HTML features are not supported.
810

911
For samples, see Demo project.
1012

11-
NuGet: https://www.nuget.org/packages/Avalonia.HtmlRenderer/12.0.0
1213
```xml
1314
<PackageReference Include="Avalonia.HtmlRenderer" Version="12.0.0" />
1415
```

0 commit comments

Comments
 (0)