Skip to content

Commit a3d0666

Browse files
authored
added badges
1 parent ed98dfa commit a3d0666

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SpanExtensions
22

3-
[![NuGet Badge](https://buildstats.info/nuget/SpanExtensions.Net)](https://www.nuget.org/packages/SpanExtensions.Net)
3+
![NuGet Version](https://img.shields.io/nuget/v/SpanExtensions.Net)
4+
![NuGet Downloads](https://img.shields.io/nuget/dt/SpanExtensions.Net)
5+
![GitHub License](https://img.shields.io/github/license/draconware-dev/SpanExtensions.Net)
46

57
## About
68
**`ReadonlySpan<T>`** and **`Span<T>`** are great Types in _C#_, but unfortunately working with them can sometimes be sort of a hassle and some use cases seem straight up impossible, even though they are not.

0 commit comments

Comments
 (0)