From 1a6c114a57b76ebd14615b08b6fad63ec7f30730 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 28 Mar 2025 16:22:03 -0500 Subject: [PATCH] Fix inline codeblock in .goosehints --- .goosehints | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goosehints b/.goosehints index 4e17068c..f22691c7 100644 --- a/.goosehints +++ b/.goosehints @@ -32,7 +32,7 @@ It's important that Ditto conforms to Nostr standards. Please read as much of th Ditto implements a full Nostr relay, available at `/relay` of the Ditto server. -Mastodon API functionality, available at `/api/*, is built around the Nostr relay's storage implementation. +Mastodon API functionality, available at `/api/*`, is built around the Nostr relay's storage implementation. Ditto's goal is to enable Mastodon API clients to interact directly with Nostr. It achieves this by implementing most of Mastodon's API, and "pretending" to be a Mastodon server to client applications, while in actuality it uses Nostr as its decentralized protocol layer.