diff --git a/README.md b/README.md
index 99780db..79ea8b8 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ RemnantChat is a free (as in both price and freedom) communication tool. It is f
- Ephemeral
- Message content is never persisted to disk on either the client or server
- Decentralized
- - There is no API server. All that's required for RemnantChat to function is availability of GitHub for static assets, and public WebTorrent and STUN/TURN relay servers for establishing peer-to-peer communication.
+ - There is no API server. All that's required for RemnantChat to function is availability of static assets on the server, and public WebTorrent and STUN/TURN relay servers for establishing peer-to-peer communication.
- Embeddable
- [Self-hostable](#self-hosting)
@@ -89,6 +89,9 @@ The core of RemnantChat's security model is the fact that it is fully open sourc
- Add room moderation
- Chat history persistence settings
+- Direct Messaging
+- Emoticons on desktop (also ability to react to messages)
+- Respond to messages
## Environments
diff --git a/src/pages/Home/Home.tsx b/src/pages/Home/Home.tsx
index af92872..1213966 100644
--- a/src/pages/Home/Home.tsx
+++ b/src/pages/Home/Home.tsx
@@ -134,7 +134,7 @@ export function Home({ userId }: HomeProps) {
}}
disabled={!isRoomNameValid}
>
- Join public room
+ Create public room