From 40f39d8d9e3a237e25f20d1ea9537af130895b3e Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Wed, 27 Mar 2013 15:53:30 -0700 Subject: [PATCH] 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. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4623dd9..6d8c32a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ the styles that need normalizing. [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? * Preserves useful defaults, unlike many CSS resets.