diff options
| author | Duje Mihanović <duje.mihanovic@skole.hr> | 2023-08-21 22:22:12 +0200 |
|---|---|---|
| committer | Duje Mihanović <duje.mihanovic@skole.hr> | 2023-08-21 22:22:12 +0200 |
| commit | d42e2e25f8714be75b86800be44fa66f9912d717 (patch) | |
| tree | 61d6d96279c9d6f59306847099182616634adf59 /content | |
| parent | 85ec5ce3b8cde69059dba28626db7c74401b2814 (diff) | |
Fix two typos in Jitsi tutorial
Diffstat (limited to 'content')
| -rw-r--r-- | content/jitsi.md | 2 |
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 <username> meet.example.org <password> +prosodyctl register <username> meet.example.org <password> ``` Finally, restart `prosody`, `jicofo`, and `jitsi-videobridge2`: |
