Skip to content

Commit

Permalink
Merge pull request #83 from pureooze/ushamim/add-package-links
Browse files Browse the repository at this point in the history
Add nuget links to README
  • Loading branch information
pureooze authored Jan 8, 2024
2 parents 0984a67 + 452903b commit df99c8b
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 | Twitch Reference |
|-------------------------|-----------------------------------------------|-------------------------------------------|
| `TwitchEverywhere.Irc` | For connecting to a twitch chat using IRC | https://dev.twitch.tv/docs/irc/ |
| `TwitchEverywhere.Rest` | For making REST calls to the Twitch Helix API | https://dev.twitch.tv/docs/api/reference/ |
| 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/ |

0 comments on commit df99c8b

Please sign in to comment.