Skip to content

Commit

Permalink
Merge pull request #84 from pureooze/ushamim/add-package-links
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
pureooze authored Jan 8, 2024
2 parents df99c8b + 52842f1 commit 11d8b32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/) |

0 comments on commit 11d8b32

Please sign in to comment.