From fd1da7c4aca6cc2c0d8adf31391a50065685c277 Mon Sep 17 00:00:00 2001 From: mick352 <54581004+mick352@users.noreply.github.com> Date: Mon, 20 Apr 2020 13:16:34 +0200 Subject: [PATCH 1/2] make support a bit clearer --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 862cd11..8e0c14e 100644 --- a/README.MD +++ b/README.MD @@ -41,7 +41,7 @@ } ``` -> It is 2020 and you should be targeting ES2015. [Internet Explorer 11 and Windows 7 are no longer supported by Microsoft and no longer receive security patches](https://support.microsoft.com/en-us/help/17621/internet-explorer-downloads). +> It is 2020 and you should be targeting ES2015. [Internet Explorer 11 on Windows 7 is no longer supported by Microsoft and no longer receive security patches](https://support.microsoft.com/en-us/help/17621/internet-explorer-downloads). - Then, in the entry point of your application, import the polyfills. From ed15f0fcdede64ac3aaacae03e4c61e6556d47ae Mon Sep 17 00:00:00 2001 From: mick352 <54581004+mick352@users.noreply.github.com> Date: Mon, 20 Apr 2020 13:17:24 +0200 Subject: [PATCH 2/2] grammar fix --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 8e0c14e..cef8716 100644 --- a/README.MD +++ b/README.MD @@ -41,7 +41,7 @@ } ``` -> It is 2020 and you should be targeting ES2015. [Internet Explorer 11 on Windows 7 is no longer supported by Microsoft and no longer receive security patches](https://support.microsoft.com/en-us/help/17621/internet-explorer-downloads). +> It is 2020 and you should be targeting ES2015. [Internet Explorer 11 on Windows 7 is no longer supported by Microsoft and no longer receives security patches](https://support.microsoft.com/en-us/help/17621/internet-explorer-downloads). - Then, in the entry point of your application, import the polyfills.