From d951db0baa1b05c76702421453c920532d6922ff Mon Sep 17 00:00:00 2001
From: Reuben Antz <cheershrek@gmail.com>
Date: Sat, 2 Jun 2018 12:56:38 +0100
Subject: [PATCH 1/2] Update CONTRIBUTING.md

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e69f729fd27..240229deda7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -57,7 +57,7 @@ packages/
 ### Package Descriptions
 #### [babel-preset-react-app](https://github.com/facebook/create-react-app/tree/master/packages/babel-preset-react-app)
 This package is a babel preset intended to be used with `react-scripts`.<br>
-It targets platforms that React is designed to support (IE 9+) and enables experimental features used heavily at Facebook.<br>
+It targets platforms that React is designed to support ([IE 9+](https://en.wikipedia.org/wiki/Internet_Explorer)) and enables experimental features used heavily at Facebook.<br>
 This package is enabled by default for all `create-react-app` scaffolded applications.
 #### [create-react-app](https://github.com/facebook/create-react-app/tree/master/packages/create-react-app)
 The global CLI command code can be found in this directory, and shouldn't often be changed. It should run on Node 0.10+.

From fb7dd057101ebdc364e73cfe2cedc40e1d423244 Mon Sep 17 00:00:00 2001
From: Reuben Antz <cheershrek@gmail.com>
Date: Tue, 12 Jun 2018 15:20:28 +0100
Subject: [PATCH 2/2] Update CONTRIBUTING.md

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 240229deda7..a51391c44bc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -57,7 +57,7 @@ packages/
 ### Package Descriptions
 #### [babel-preset-react-app](https://github.com/facebook/create-react-app/tree/master/packages/babel-preset-react-app)
 This package is a babel preset intended to be used with `react-scripts`.<br>
-It targets platforms that React is designed to support ([IE 9+](https://en.wikipedia.org/wiki/Internet_Explorer)) and enables experimental features used heavily at Facebook.<br>
+It targets platforms that React is designed to support (IE 11+) and enables experimental features used heavily at Facebook.<br>
 This package is enabled by default for all `create-react-app` scaffolded applications.
 #### [create-react-app](https://github.com/facebook/create-react-app/tree/master/packages/create-react-app)
 The global CLI command code can be found in this directory, and shouldn't often be changed. It should run on Node 0.10+.