Skip to content

Commit aa375a0

Browse files
authored
Update README.md (#141)
1 parent 6604878 commit aa375a0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@
3030

3131
The **Stream Chat SDK** is the official Unity SDK for [Stream Chat](https://getstream.io/chat/sdk/unity/), a service for building chat and messaging games and applications.
3232

33-
- **Unity Engine 2023.x, 2022.x, 2021.x & 2020.x Support**
33+
- **Unity Engine 6, 2023.x, 2022.x, 2021.x, 2020.x, and 2019.x Support**
3434
- **IL2CPP** Support
35-
- **Automatic State Management** The Chat Client completely manages the state. You work with high level models that simplify API interaction and are always up to date
36-
- **Automatic Reconnection** Whenever the connection is lost the chat client will reconnect automatically when the network is back
35+
- **Automatic State Management** The Chat Client completely manages the state. You work with high-level models that simplify API interaction and are always up-to-date
36+
- **Automatic Reconnection** Whenever the connection is lost, the chat client will reconnect automatically when the network is back
3737
- **Realtime** Highly responsive experience using Websockets
3838
- **Messaging:** Send direct or group messages, and have the messages persist across sessions
3939
- **Channels:** group channels, private messages, etc.
40-
- **Reactions:** Every message can be reacted to by multiple users
40+
- **Reactions:** Multiple users can react to every message, custom reactions
4141
- **Moderation:** Banning (temporary, permanent, shadow), Muting (users, channels), Flagging (messages, users)
4242
- **Roles & Permissions:** Admins, Moderators, custom roles with custom permission
4343
- **Moderation Dashboard** Dedicated web panel to handle moderation
44-
- **Search** search through messages history
45-
- **Unread counts** mark read state and count unread messages for each user
46-
- **Typing indicators** see who's currently writing a new message
44+
- **Search** Search through message history
45+
- **Unread counts** Show the last read message per user and count unread messages
46+
- **Typing indicators** See who's currently writing a new message
4747
- **Fully open-source**: Complete access to the SDK source code here on GitHub
4848

4949
## IL2CPP
@@ -54,7 +54,7 @@ WebGL is supported :rocket:
5454

5555
## Free for Indie Developers
5656

57-
Stream is free for most side and hobby projects. You can use Stream Chat for free if you have less than five team members and no more than $10,000 in monthly revenue. Visit our website and [apply for the Makers Account](https://getstream.io/maker-account/).
57+
Stream is free for most side and hobby projects. You can use Stream Chat for free with less than five team members and no more than $10,000 in monthly revenue. Visit our website and [apply for the Makers Account](https://getstream.io/maker-account/).
5858

5959
## Getting Started
6060

0 commit comments

Comments
 (0)