From b2588ec6ada5f8eecbbd1ac02ea3815e39da8494 Mon Sep 17 00:00:00 2001 From: Soumya Ranjan Behera <30566671+Soumya44@users.noreply.github.com> Date: Mon, 29 Oct 2018 13:15:33 +0530 Subject: [PATCH] Added License Information to Readme.MD Added MIT License information in Readme.MD --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0793532..cc524f3 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 + +This project is licensed under the terms of the MIT license. See [LICENSE](LICENSE) for addtional details.