From 53a29e9bc40a853aef4ec0beca6a190838dfdeb9 Mon Sep 17 00:00:00 2001 From: Explorer / <39474131+open-source-explorer@users.noreply.github.com> Date: Mon, 29 Oct 2018 13:51:07 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0793532..5a3c440 100644 --- a/README.md +++ b/README.md @@ -777,3 +777,7 @@ You can check out our [React & Webpack walkthrough here](https://www.typescriptl At some point you might need routing. There are several solutions, but [react-router](https://github.com/ReactTraining/react-router) is probably the most popular for Redux projects, and is often used in conjunction with [react-router-redux](https://github.com/reactjs/react-router-redux). + +# License + +The [MIT](https://github.com/Microsoft/TypeScript-React-Starter/blob/master/LICENSE) license. From e80c0912f42122de05e14c034b8957c975ab785e Mon Sep 17 00:00:00 2001 From: Explorer / <39474131+open-source-explorer@users.noreply.github.com> Date: Mon, 29 Oct 2018 13:53:22 +0530 Subject: [PATCH 2/3] Add badges :+1: --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5a3c440..965e997 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Licensed under the MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/Microsoft/TypeScript-React-Starter/blob/master/LICENSE) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) + # TypeScript React Starter This quick start guide will teach you how to wire up TypeScript with [React](http://facebook.github.io/react/). From 6cdcf55668614a35e86e7b532a701fa7b23687e6 Mon Sep 17 00:00:00 2001 From: Explorer / <39474131+open-source-explorer@users.noreply.github.com> Date: Mon, 29 Oct 2018 13:55:13 +0530 Subject: [PATCH 3/3] Fix badge links :+1: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 965e997..c881e37 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Licensed under the MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/Microsoft/TypeScript-React-Starter/blob/master/LICENSE) -[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/Microsoft/TypeScript-React-Starter/pulls) # TypeScript React Starter