summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuje Mihanović <duje.mihanovic@skole.hr>2023-08-21 22:22:12 +0200
committerDuje Mihanović <duje.mihanovic@skole.hr>2023-08-21 22:22:12 +0200
commitd42e2e25f8714be75b86800be44fa66f9912d717 (patch)
tree61d6d96279c9d6f59306847099182616634adf59
parent85ec5ce3b8cde69059dba28626db7c74401b2814 (diff)
Fix two typos in Jitsi tutorial
-rw-r--r--content/jitsi.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/jitsi.md b/content/jitsi.md
index 82246dd..0df893b 100644
--- a/content/jitsi.md
+++ b/content/jitsi.md
@@ -175,7 +175,7 @@ You now need to register some users in [Prosody](/prosody), you
can do so manually using `prosodyctl`:
```sh
-prosodyctl register &ltusername> meet.example.org &ltpassword>
+prosodyctl register <username> meet.example.org <password>
```
Finally, restart `prosody`, `jicofo`, and `jitsi-videobridge2`: