Skip to content

Commit 800a479

Browse files
Update README.md
1 parent 40ac9b5 commit 800a479

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://travis-ci.org/SaviorXTanren/StreamingClientLibrary.svg?branch=master)](https://travis-ci.org/SaviorXTanren/StreamingClientLibrary)
22
# StreamingClientLibrary
3-
C# client library for Mixer, Twitch, & YouTube streaming services
3+
C# client library for Twitch, YouTube, and other streaming services
44

55
## What is this?
66
When this project was initially created, it was made to fill a gap that existed with lack of a .NET-based library for interaction with Mixer. As time has gone on, the project has added support for additional streaming sites and strives to build a "one-stop shop" to interact with variety of different sites in a consistent manner.
@@ -10,15 +10,12 @@ This library uses the native WebSocket support found in Windows 8 & higher. This
1010

1111
## Current functionality
1212
All of the most common APIs are available across all sites. We've also added support for the various other forms of connections for each site:
13-
- Chat/Constellation/MixPlay WebSockets for Mixer
1413
- Chat IRC for Twitch, PubSub WebSockets for Twitch
1514
- Automated Chat Web Call for YouTube
1615

1716
## How do I get started using it?
1817
Download the appropriate NuGet package based on the streaming site you want to work with:
1918

20-
Mixer: [![NuGet](https://img.shields.io/nuget/v/StreamingClientLibrary.Mixer.svg?style=flat)](https://www.nuget.org/packages/StreamingClientLibrary.Mixer)
21-
2219
Twitch: [![NuGet](https://img.shields.io/nuget/v/StreamingClientLibrary.Twitch.svg?style=flat)](https://www.nuget.org/packages/StreamingClientLibrary.Twitch)
2320

2421
YouTube: [![NuGet](https://img.shields.io/nuget/v/StreamingClientLibrary.YouTube.svg?style=flat)](https://www.nuget.org/packages/StreamingClientLibrary.YouTube)

0 commit comments

Comments
 (0)