From 6c56dafb72152a976b1b8cad85da491bd8dc4852 Mon Sep 17 00:00:00 2001
From: butler
Date: Wed, 17 Jun 2026 12:54:06 -0400
Subject: [PATCH] Use 'alice' as the example username instead of 'mira'
Co-Authored-By: Claude Opus 4.8
---
index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html
index 1411b17..67c5bb2 100644
--- a/index.html
+++ b/index.html
@@ -120,7 +120,7 @@
Pay a username
Handles are NIP-05 identities at goblin.st. Pay
- mira — or any raw npub on nostr.
+ alice — or any raw npub on nostr.
@@ -163,10 +163,10 @@
Or remain anonymous and reset your identity whenever you want.
- $ curl 'https://goblin.st/.well-known/nostr.json?name=mira'
+ $ curl 'https://goblin.st/.well-known/nostr.json?name=alice'
{
"names": {
- "mira": "7d2f19c0…a4c41a"
+ "alice": "7d2f19c0…a4c41a"
}
}