Add Bower install and more to README

* Mention v1's support for legacy browsers.
* Provide link to project page for easy download.
* Include Bower install command.
This commit is contained in:
Nicolas Gallagher 2013-03-27 15:53:30 -07:00
parent 341199ff56
commit 40f39d8d9e

View File

@ -7,6 +7,14 @@ the styles that need normalizing.
[Check out the demo](http://necolas.github.com/normalize.css/2.1.0/test.html) [Check out the demo](http://necolas.github.com/normalize.css/2.1.0/test.html)
[Legacy browser support is available in v1](https://github.com/necolas/normalize.css/tree/v1)
## Install
Download from the [project page](http://necolas.github.com/normalize.css/).
Install with [Bower](http://twitter.github.com/bower/): `bower install --save normalize-css`
## What does it do? ## What does it do?
* Preserves useful defaults, unlike many CSS resets. * Preserves useful defaults, unlike many CSS resets.