From db93108d0b9058b79b1b67dbaca2c74883528dc5 Mon Sep 17 00:00:00 2001 From: xuu Date: Mon, 31 Mar 2025 11:56:38 -0600 Subject: [PATCH] chore: docs --- http.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http.go b/http.go index afb4ef8..661187e 100644 --- a/http.go +++ b/http.go @@ -27,8 +27,8 @@ var PREAMBLE_DOCS = func() lextwt.Comments { c = add(c, "") c = add(c, "Usage:") c = add(c, " %s/api/plain/users View list of users and latest twt date.", hostname) - c = add(c, " %s/api/plain/twt View all twts in decending order.", hostname) - c = add(c, " %s/api/plain/mentions?uri=:uri View all mentions for uri in decending order.", hostname) + c = add(c, " %s/api/plain/twt View all twts in ascending order.", hostname) + c = add(c, " %s/api/plain/mentions?uri=:uri View all mentions for uri in ascending order.", hostname) c = add(c, " %s/api/plain/conv/:hash View all twts for a conversation subject.", hostname) c = add(c, "") c = add(c, "Options:")