diff --git a/README.md b/README.md index f68c92dd..f0b31b58 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,15 @@ Material Components for Angular2 [![Build Status](https://travis-ci.org/justindujardin/ng2-material.svg?branch=master)](https://travis-ci.org/justindujardin/ng2-material) [![Coverage Status](https://coveralls.io/repos/justindujardin/ng2-material/badge.svg?branch=master&service=github)](https://coveralls.io/github/justindujardin/ng2-material?branch=master) --- -This project is intended to be a placeholder for material design components in Angular2 until an official -implementation is provided. +This is an implementation of Material Design components for Angular 2. View the [examples here](https://justindujardin.github.io/ng2-material/). -These are based very heavily on the components and styles defined in the -[Angular Material](https://github.com/angular/material) and [Angular 2](https://github.com/angular/angular) projects. - -The examples are ported pretty directly from the existing [Angular Material](https://material.angularjs.org) docs site. +The components are heavily inspired by the components and styles defined in the +[Angular Material](https://github.com/angular/material) and [Angular 2](https://github.com/angular/angular) projects. +Many of the components and examples are ported directly from their existing projects. ## License -This project is dual licensed under the MIT and Apache2 licenes. +This project is dual licensed under the MIT and Apache2 licenses. - [Angular Material](https://github.com/angular/material) is licensed: [MIT](https://github.com/angular/material/blob/master/LICENSE) - [Angular 2.0 Developer Preview](https://github.com/angular/angular) is licensed: [Apache2](https://github.com/angular/angular/blob/master/LICENSE)