Skip to content

Commit 1c11443

Browse files
authored
linked badges properly
1 parent a3d0666 commit 1c11443

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/README.md

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

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)
3+
[![NuGet Version](https://img.shields.io/nuget/v/SpanExtensions.Net)](https://www.nuget.org/packages/SpanExtensions.Net)
4+
[![NuGet Downloads](https://img.shields.io/nuget/dt/SpanExtensions.Net)](https://www.nuget.org/packages/SpanExtensions.Net)
5+
[![GitHub License](https://img.shields.io/github/license/draconware-dev/SpanExtensions.Net)](https://github.com/draconware-dev/SpanExtensions.Net/blob/main/LICENSE)
66

77
## About
88
**`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)