From 400d821d1b13a43bb0620c8ba4008c44e662f226 Mon Sep 17 00:00:00 2001 From: TechnologyClassroom Date: Thu, 13 Mar 2025 17:58:35 -0400 Subject: [PATCH] Fix typo and remove trailing whitespace. --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index c29b77e..775e845 100644 --- a/README +++ b/README @@ -14,7 +14,7 @@ Quick start: groups/example.json ./galene & -Point your browser at , ignore the +Point your browser at , ignore the unknown certificate warning, and log in with username "bob" and password "secret". @@ -256,7 +256,7 @@ the following strings: is not allowed to send them; - `caption`, a user with the right to display captions (only); - `admin`, a user with the right to administer the group (only). - + Supported video codecs include: - `"vp8"` (compatible with all supported browsers); @@ -301,16 +301,16 @@ version to version). For example, the entry "users": {"jch": {"password": "1234", "permissions": "op"}} - + specifies that user "jch" may login as operator with password "1234", while "wildcard-user": {"password": "1234", "permissions": "present"} - + allows any username with password *1234*. Finally, "wildcard-user": {"password": {"type": "wildcard"}, "permissions": "present"} - + allows any username with any password.