Small wording tweak
This commit is contained in:
parent
5dc39f37d2
commit
efe41ece85
|
@ -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()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue