diff --git a/src/routes/receive.ts b/src/routes/receive.ts
index aa101b6..9601cb0 100644
--- a/src/routes/receive.ts
+++ b/src/routes/receive.ts
@@ -9,7 +9,8 @@ const TEMPLATE = `
How To Use:
- - If someone used your unique URL to generate this response URL, you should see the decrypted message below.
+ - If someone used your unique request URL to generate this response URL, you should see the decrypted message below.
+ - Be sure to open this from the same browser you used to generate the original request URL.
diff --git a/src/routes/request.ts b/src/routes/request.ts
index 602b820..1d38bbd 100644
--- a/src/routes/request.ts
+++ b/src/routes/request.ts
@@ -4,11 +4,11 @@ const URL_INPUT_ID = "request-url";
const TEMPLATE = `
How To Use:
-
- - Share the URL below with whom you'd like to request data from.
- - When the recipient opens the URL, they will be able to enter the data they'd like to send to you.
- - They will then generate a new URL with their encrypted data, which only your original device can decrypt.
-
+
+ - Request: Copy and share the URL below with the person you want to receive data from.
+ - Send: The recipient will open the URL, enter their data, and hit 'Generate Response'. This generates a new URL with their encrypted message.
+ - Receive: They send you the newly generated URL. Open it to view the decrypted message. Only your browser can decrypt it.
+