Small wording tweak

This commit is contained in:
Michael Lazar 2020-06-21 00:43:48 -04:00
parent 5dc39f37d2
commit efe41ece85
1 changed files with 3 additions and 3 deletions

View File

@ -88,16 +88,16 @@ A live, unmoderated chat room over gemini://
``` ```
You can set a username by connecting with a client certificate. 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 => /history
(view the last 100 messages) (view the last 100 messages)
=> /stream => /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
(submit a message to the room) (open an input loop to submit messages to the room)
""".strip() """.strip()