From 8feb6d3b399277c70bf10dc653abfe3a8d4cb2a8 Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 9 Feb 2017 08:44:37 -0500 Subject: [PATCH] add note about browser support --- README.md | 2 ++ docs/index.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 9a04efd9..9efe8bef 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ Mithril is used by companies like Vimeo and Nike, and open source platforms like If you are an experienced developer and want to know how Mithril compares to other frameworks, see the [framework comparison](http://mithril.js.org/framework-comparison.html) page. +Mithril supports browsers all the way back to IE9, no polyfills required. + --- ### Getting started diff --git a/docs/index.md b/docs/index.md index 94c4180c..e2612cd9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -44,6 +44,8 @@ Mithril is used by companies like Vimeo and Nike, and open source platforms like If you are an experienced developer and want to know how Mithril compares to other frameworks, see the [framework comparison](framework-comparison.md) page. +Mithril supports browsers all the way back to IE9, no polyfills required. + --- ### Getting started