From 52842f18ccc5fb1d9e1dd4fae365a71ae64770f1 Mon Sep 17 00:00:00 2001 From: Uzair Shamim Date: Mon, 8 Jan 2024 01:00:00 -0500 Subject: [PATCH] Cleanup --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c2752fd..b89fc1d 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ So for example before .NET 8, the library supported .NET 6 (LTS) and 7 but once ## How To Use It Depending on what you need to do, you will have to use the appropriate library: -| Library Name | Description | Nuget Package | Twitch Reference | -|-------------------------|-----------------------------------------------|------------------------------------------------------------------|-------------------------------------------| -| `TwitchEverywhere.Irc` | For connecting to a twitch chat using IRC | https://www.nuget.org/packages/VodOnDemand.TwitchEverywhere.Irc | https://dev.twitch.tv/docs/irc/ | -| `TwitchEverywhere.Rest` | For making REST calls to the Twitch Helix API | https://www.nuget.org/packages/VodOnDemand.TwitchEverywhere.Rest | https://dev.twitch.tv/docs/api/reference/ | +| Library Name | Description | Links | +|-------------------------|-----------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------| +| `TwitchEverywhere.Irc` | For connecting to a twitch chat using IRC | [Nuget](https://www.nuget.org/packages/VodOnDemand.TwitchEverywhere.Irc), [Twitch Docs](https://dev.twitch.tv/docs/irc/) | +| `TwitchEverywhere.Rest` | For making REST calls to the Twitch Helix API | [Nuget](https://www.nuget.org/packages/VodOnDemand.TwitchEverywhere.Rest), [Twitch Docs](https://dev.twitch.tv/docs/api/reference/) |