From 31341b2ca45043c04750c7dee64fdf68ad142450 Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
Date: Sat, 4 Dec 2021 17:45:33 +0100
Subject: [PATCH] update readme with new URI scopes

---
 Readme.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Readme.md b/Readme.md
index d76c70f..837af7f 100644
--- a/Readme.md
+++ b/Readme.md
@@ -76,8 +76,10 @@ For now there are three types of such rules:
 In case an URI is encountered and there is no applicable rule, it will be rejected
 (note that this means you'll have to explicitly allow `https://` for links!)
 
-For now there are two (useful) scopes: `map` applies to tiled map links 
-(i.e. `exitUrl`), and `website` applies to weblinks (i.e. `openWebsite`).
+There are currently four possible scopes: `map` applies to tiled map links 
+(i.e. `exitUrl`), `website` to `openWebsite`, `audio` to `playAudio`, and
+`bbb` to Big Blue Button rooms (though that last one may be changed again,
+depending on the bbb deployment in use).
 
 
 ## Output
-- 
GitLab