From 6e5f589804e2761c2bd5fbeba8dab26a156c949d Mon Sep 17 00:00:00 2001
From: Pierre Ranwez <pierre.ranwez.etu@univ-lille.fr>
Date: Fri, 18 Feb 2022 11:52:02 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20doc:=20browser=20compatibility?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index e7fce2f..a2e7039 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ features.
 
 - [Table of contents](#table-of-contents)
 - [Setup](#setup)
+  - [Browser comatibility for AudioWorklet](#browser-comatibility-for-audioworklet)
 - [Usage](#usage)
   - [User Interface](#user-interface)
     - [Open extension](#open-extension)
@@ -34,6 +35,12 @@ features.
 - Click "Load unpacked extension" and select the csslsd folder
 - Now the extension should appear in the menu bar
 
+### Browser comatibility for AudioWorklet
+
+| Chrome | Edge | Firefox | Opéra | Brave |
+|--------|------|---------|-------|-------|
+| 64     | 79   | 76      | 51    | 64    |
+
 ## Usage
 
 ### User Interface
-- 
GitLab