summaryrefslogtreecommitdiff
path: root/xmpp.html
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-09-14 14:07:45 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-09-14 14:07:45 -0400
commit8b00228bbf202f6982c4228892beede22bb27cca (patch)
tree54e145d4ffe850838c09798f15221757d48fbfc7 /xmpp.html
parent208d31af3e0cd8141aa27ef02695f388ecd352fb (diff)
cgit
Diffstat (limited to 'xmpp.html')
-rw-r--r--xmpp.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmpp.html b/xmpp.html
index 21841df..71fdbd4 100644
--- a/xmpp.html
+++ b/xmpp.html
@@ -51,10 +51,10 @@ Find the line that says <code>admins = { }</code> and to this we can specify one
</p>
<pre><code># To add one admin:
-admins = { "chad@example.org" }
+admins = { "<strong>chad@example.org</strong>" }
# We can add more than one by separating them by commas. (This file is written in Lua.)
-admins = { "chad@example.org", "chadmin@example.org" }</code></pre>
+admins = { "<strong>chad@example.org</strong>", "<strong>chadmin@example.org</strong>" }</code></pre>
<p>
Note that we have not created these accounts yet, we will do this <a href=#user>below</a>.