Skip to content

Commit 15e5319

Browse files
committed
[Docs] Update README.md.
1 parent 254d3a2 commit 15e5319

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# StructLinq
2-
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/reegeek/StructLinq/blob/master/LICENSE)
2+
[![Nuget](https://img.shields.io/nuget/v/StructLinq)](https://www.nuget.org/packages/StructLinq/) ![Nuget](https://img.shields.io/nuget/dt/structLinq)
3+
[![Build Status](https://dev.azure.com/reegeek/StrucLinq/_apis/build/status/reegeek.StructLinq?branchName=master)](https://dev.azure.com/reegeek/StrucLinq/_build/latest?definitionId=2&branchName=master)
4+
![continuous](https://github.com/reegeek/StructLinq/workflows/continuous/badge.svg)
5+
[![GitHub stars](https://img.shields.io/github/stars/reegeek/StructLinq)](https://github.com/reegeek/StructLinq/stargazers) [![GitHub forks](https://img.shields.io/github/forks/reegeek/StructLinq)](https://github.com/reegeek/StructLinq/network) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/reegeek/StructLinq/blob/master/LICENSE)
36

47
Implementation in C# of LINQ concept with struct to reduce drastically memory allocation and improve performance.
58

@@ -16,7 +19,7 @@ Implementation in C# of LINQ concept with struct to reduce drastically memory al
1619

1720
## Installation
1821
This library is distributed via [NugGet](https://www.nuget.org/).
19-
To install [`StructLinq`]() :
22+
To install [`StructLinq`](https://www.nuget.org/packages/StructLinq/) :
2023
```
2124
PM> Install-Package StructLinq
2225
```

0 commit comments

Comments
 (0)