summaryrefslogtreecommitdiff
path: root/xmpp.html
diff options
context:
space:
mode:
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>.