Skip to content

Commit 219df7a

Browse files
authored
Point package links to Nuget (#86)
1 parent 162db24 commit 219df7a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,12 @@ Travis: [![travis](https://travis-ci.org/Azure/azure-signalr.svg?branch=dev)](ht
1212

1313
Package Name | Target Framework | Version
1414
---|---|---
15-
Microsoft.Azure.SignalR | .NET Standard 2.0 | ![MyGet](https://img.shields.io/myget/azure-signalr-dev/v/Microsoft.Azure.SignalR.svg)
16-
Microsoft.Azure.SignalR.Protocols | .NET Standard 2.0 | ![MyGet](https://img.shields.io/myget/azure-signalr-dev/v/Microsoft.Azure.SignalR.Protocols.svg)
15+
Microsoft.Azure.SignalR | .NET Standard 2.0 | ![NuGet](https://img.shields.io/nuget/v/Microsoft.Azure.SignalR.svg)
16+
Microsoft.Azure.SignalR.Protocols | .NET Standard 2.0 | ![NuGet](https://img.shields.io/nuget/v/Microsoft.Azure.SignalR.Protocols.svg)
1717

1818
## Getting Started
1919

20-
1. Add below MyGet feed URL as a package source in your `NuGet.config`.
21-
22-
`https://www.myget.org/F/azure-signalr-dev/api/v3/index.json`
23-
24-
2. Add Azure SignalR package to your project.
20+
Add Azure SignalR package to your project.
2521

2622
```bash
2723
dotnet add package Microsoft.Azure.SignalR

0 commit comments

Comments
 (0)