From f4a9ec13bdfe5303a797f8a27d85e947a3b4472b Mon Sep 17 00:00:00 2001 From: clawbot Date: Tue, 10 Feb 2026 17:55:13 -0800 Subject: [PATCH] docs: bold tagline, simplify opening paragraph --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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