From 5dc39f37d229bab94d36b62cbf9356c98acfe06d Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sat, 20 Jun 2020 23:10:21 -0400 Subject: [PATCH] Small wording tweak --- examples/chatroom.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/chatroom.py b/examples/chatroom.py index 2c2e1d2..d3e5399 100644 --- a/examples/chatroom.py +++ b/examples/chatroom.py @@ -74,10 +74,12 @@ app = JetforceApplication() HOMEPAGE = r""" # Gemini Chat -``` The coolest chatroom in gemini! - _________________________________ -< The coolest chatroom in gemini! > - --------------------------------- +A live, unmoderated chat room over gemini:// + +``` It's better than grass! + _________________________ +< It's better than grass! > + ------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ @@ -85,8 +87,6 @@ HOMEPAGE = r""" || || ``` -A live, unmoderated chat room over gemini:// - You can set a username by connecting with a client certificate. Anonymous users will be identified by their IP addresses. @@ -94,7 +94,7 @@ Anonymous users will be identified by their IP addresses. (view the last 100 messages) => /stream -(open a long-running gemini connection that will stream in real-time) +(open a long-running TCP connection that will stream in real-time) => /submit (submit a message to the room)