Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lexonegit committed Jan 3, 2023
1 parent f25cbdd commit 73f0850
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unity Twitch Chat

This is a lightweight and efficient [Twitch.tv IRC](https://dev.twitch.tv/docs/irc/) client for Unity.<br>The primary goal is to be able to read and send chat messages.
This is a lightweight and efficient [Twitch.tv IRC](https://dev.twitch.tv/docs/irc/) client for Unity.<br>The primary goal is to be able to read and send chat messages as efficiently as possible.

In short, this allows you to integrate Twitch Chat to your Unity projects.

Expand All @@ -11,6 +11,7 @@ In short, this allows you to integrate Twitch Chat to your Unity projects.
- Reading and sending chat messages
- Parsing Twitch emotes and badges
- Optional anonymous login
- Automatic ratelimit checks

### Unsupported features
- Special messages (whispers, sub/resub, raids, first time viewers, etc)
Expand All @@ -31,7 +32,7 @@ In short, this allows you to integrate Twitch Chat to your Unity projects.
```
https://github.com/lexonegit/Unity-Twitch-Chat.git?path=/Unity-Twitch-Chat/Assets/Package
```
- Finish by clicking `Add`
- Install by clicking `Add`


## Quick start
Expand Down

0 comments on commit 73f0850

Please sign in to comment.