From 059da4079032b6b23161139b3ae002ac5bbefb0f Mon Sep 17 00:00:00 2001 From: Nicco Date: Tue, 26 May 2020 10:43:51 +0200 Subject: [PATCH] update support for browser --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d2ce08..bcd01e9 100755 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ We leverage two browser features. The first one is a css media query that gives us the actual user preference. with `window.matchMedia` we can get it inside of javascript and even listen on changes, which makes it reactive. -Currently (06.01.2020) Safari, iOS, Firefox, Chrome & Android all support these features. Edge will as soon as it converts to chromium (15.01.2020) and IE of course is a lost cause. +Currently (26.05.2020) Safari, iOS, Firefox, Chrome, Edge & Android all support these features. IE of course is a lost cause. ## 🚀 Quickstart