Skip to content

Commit a400e8c

Browse files
Added link to NuGet package
1 parent ce8792e commit a400e8c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
![NuGet Version](https://img.shields.io/nuget/v/RentADeveloper.AutoIndexCache)
12
[![license](https://img.shields.io/badge/License-MIT-purple.svg)](LICENSE)
23
![semver](https://img.shields.io/badge/semver-1.3.0-blue)
34

@@ -133,9 +134,9 @@ This library is licensed under the [MIT license](LICENSE.md).
133134
# Installation
134135
First, [install NuGet](http://docs.nuget.org/docs/start-here/installing-nuget).
135136

136-
Then download a release from the [releases page](https://github.com/rent-a-developer/AutoIndexCache/releases) and install via the NuGet Package Manager:
137+
Then install the [NuGet package](https://www.nuget.org/packages/RentADeveloper.AutoIndexCache/) from the package manager console:
137138
```shell
138-
PM> Install-Package AutoIndexCache -Source PathToTheNuGetPackage
139+
PM> Install-Package RentADeveloper.AutoIndexCache
139140
```
140141

141142
# Documentation

0 commit comments

Comments
 (0)