Use 'alice' as the example username instead of 'mira'

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-17 12:54:06 -04:00
parent c4b3fdafe0
commit 6c56dafb72
+3 -3
View File
@@ -120,7 +120,7 @@
<div class="glyph"><svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="4"/><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"/></svg></div>
<h3>Pay a username</h3>
<p>Handles are <a href="https://nips.nostr.com/5" rel="noopener">NIP-05</a> identities at <code>goblin.st</code>. Pay
<code>mira</code> — or any raw <code>npub</code> on nostr.</p>
<code>alice</code> — or any raw <code>npub</code> on nostr.</p>
</article>
<article class="feat">
<div class="glyph"><svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14" rx="2"/><path d="M3 7l9 6 9-6"/></svg></div>
@@ -163,10 +163,10 @@
<p>Or remain anonymous and reset your identity whenever you want.</p>
</div>
<div class="code-card" aria-label="NIP-05 resolution example">
<span class="c-dim">$</span> curl 'https://goblin.st/.well-known/nostr.json?name=mira'<br>
<span class="c-dim">$</span> curl 'https://goblin.st/.well-known/nostr.json?name=alice'<br>
{<br>
&nbsp;&nbsp;<span class="c-key">"names"</span>: {<br>
&nbsp;&nbsp;&nbsp;&nbsp;<span class="c-key">"mira"</span>: <span class="c-str">"7d2f19c0…a4c41a"</span><br>
&nbsp;&nbsp;&nbsp;&nbsp;<span class="c-key">"alice"</span>: <span class="c-str">"7d2f19c0…a4c41a"</span><br>
&nbsp;&nbsp;}<br>
}
</div>