Skip to content

Commit 99ad696

Browse files
authored
Update README.md
1 parent 963acd8 commit 99ad696

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Podcast API .Net Library
22

3+
[![NuGet](https://img.shields.io/nuget/v/PodcastAPI.svg)](https://www.nuget.org/packages/PodcastAPI/) ![GitHub Workflow](https://github.com/ListenNotes/podcast-api-dotnet/actions/workflows/dotnet.yml/badge.svg)
34

45
The Podcast API .Net library provides convenient access to the [Listen Notes Podcast API](https://www.listennotes.com/api/) from
56
applications written in C#.
@@ -10,19 +11,21 @@ If you have any questions, please contact [hello@listennotes.com](hello@listenno
1011

1112
## Installation
1213

13-
Using the [.NET Core command-line interface (CLI) tools][dotnet-core-cli-tools]:
14+
You can install our [NuGet PodcastAPI package](https://www.nuget.org/packages/PodcastAPI/).
15+
16+
Using the .NET Core command-line interface (CLI) tools:
1417

1518
```sh
1619
dotnet add package PodcastAPI
1720
```
1821

19-
Using the [NuGet Command Line Interface (CLI)][nuget-cli]:
22+
Using the NuGet Command Line Interface (CLI):
2023

2124
```sh
2225
nuget install PodcastAPI
2326
```
2427

25-
Using the [Package Manager Console][package-manager-console]:
28+
Using the Package Manager Console:
2629

2730
```powershell
2831
Install-Package PodcastAPI

0 commit comments

Comments
 (0)