From 503db42a1a78e8aa541ec7013cf45a6f8f0be233 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 26 Jul 2018 23:11:21 +0200 Subject: [PATCH] Update README to reflect broader browser support Signed-off-by: Knut Ahlers --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 70c3218..c3b3414 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,7 @@ ## Browser Support -The web frontend uses ECMAScript 6 (ES6) so a relatively modern browser is required: - -- Apple iOS >= 10.0 -- Apple Safari >= 10 -- Google Chrome >= 58 -- Microsoft Edge >= 14 -- Mozilla Firefox >= 52 - -Internet Explorer and older versions of the above listed browsers might work (except IE) but are not supported and will never be. +The web frontend uses babel to ensure the JavaScript is supported by [browsers with more than 0.25% market share excluding Internet Explorer 11 and Opera Mini](http://browserl.ist/?q=%3E0.25%25%2C+not+ie+11%2C+not+op_mini+all). ## Setup / usage