From 10fbdbf26599fd889f6a8f75265c85ce3f7e61a0 Mon Sep 17 00:00:00 2001 From: Chiller Dragon Date: Thu, 23 Apr 2020 18:40:12 +0200 Subject: [PATCH] Fix word dupsi woopsi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 165d57d..ce6616f 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ https://voice.example.com { } ``` -Make sure that your Mumble server is running. You may now open may now open `https://voice.example.com` in a web browser. You will be prompted for server details: choose either `address: voice.example.com/demo` with `port: 443` or `address: voice.example.com` with `port: 443/demo`. You may prefill these values by appending `?address=voice.example.com/demo&port=443`. Choose a username, and click `Connect`: you should now be able to talk and use the chat. +Make sure that your Mumble server is running. You may now open `https://voice.example.com` in a web browser. You will be prompted for server details: choose either `address: voice.example.com/demo` with `port: 443` or `address: voice.example.com` with `port: 443/demo`. You may prefill these values by appending `?address=voice.example.com/demo&port=443`. Choose a username, and click `Connect`: you should now be able to talk and use the chat. Here is an example of systemd service, put it in `/etc/systemd/system/mumble-web.service` and adapt it to your needs: ```