diff --git a/README.md b/README.md index 7e7282c..9971b1f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # chat -IRC plus message metadata, a signing system using it, and server-based backlog -queues for multiple connected clients on one nick. All via HTTP. +**IRC plus message metadata, a signing system using it, and server-based +backlog queues for multiple connected clients on one nick. All via HTTP.** -A modern IRC-inspired chat server written in Go. Decouples session state from -transport connections, enabling mobile-friendly persistent sessions over HTTP. +A chat server written in Go. Decouples session state from transport +connections, enabling mobile-friendly persistent sessions over HTTP. The **HTTP API is the primary interface**. It's designed to be simple enough that writing a terminal IRC-style client against it is straightforward — just