Skip to content

Commit 73f0850

Browse files
committed
Update README
1 parent f25cbdd commit 73f0850

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unity Twitch Chat
22

3-
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.
3+
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.
44

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

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

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

3637

3738
## Quick start

0 commit comments

Comments
 (0)