From efe41ece85d48bae928492c3ded50a190fca7dd6 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 21 Jun 2020 00:43:48 -0400 Subject: [PATCH] Small wording tweak --- examples/chatroom.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/chatroom.py b/examples/chatroom.py index d3e5399..f69f455 100644 --- a/examples/chatroom.py +++ b/examples/chatroom.py @@ -88,16 +88,16 @@ 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. +Anonymous users will be identified by their IP address. => /history (view the last 100 messages) => /stream -(open a long-running TCP connection that will stream in real-time) +(open a long-running TCP connection that will stream messages in real-time) => /submit -(submit a message to the room) +(open an input loop to submit messages to the room) """.strip()