diff --git a/README.md b/README.md
index 4fcd340..2598230 100644
--- a/README.md
+++ b/README.md
@@ -100,7 +100,7 @@ See the full ticket backlog [here](https://github.com/users/jeremyckahn/projects
## Environments
- Production environment: https://chitchatter.im/
- - Mirror: https://chitchatter.vercel.app/ (note that peer rooms cannot connect across domains)
+ - Mirror: https://chitchatter.vercel.app/ (note that peers cannot connect across domains)
- Staging: https://chitchatter-git-develop-jeremyckahn.vercel.app/
## Available Scripts
diff --git a/src/pages/Home/Home.tsx b/src/pages/Home/Home.tsx
index aac3347..e153868 100644
--- a/src/pages/Home/Home.tsx
+++ b/src/pages/Home/Home.tsx
@@ -77,12 +77,13 @@ export function Home({ userId }: HomeProps) {
This is a communication tool that is free, open source, and designed
for simplicity and security. All communication between you and your
- online peers is encrypted and ephemeral.
+ online peers is encrypted. There is no trace of your conversation once
+ you leave.
@@ -105,6 +106,13 @@ export function Home({ userId }: HomeProps) {
>
GPL v2
+ . Please{' '}
+
+ read the docs
+
.