From e66b004a430065ceeac25375a2be3337c870ce07 Mon Sep 17 00:00:00 2001 From: battaglr Date: Mon, 14 Mar 2016 19:58:28 -0300 Subject: [PATCH 1/2] Remove double space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca64355..eacccb1 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Additional detail and explanation of the esoteric parts of normalize.css. The `font-family: monospace, monospace` hack fixes the inheritance and scaling of font-size for preformatted text. The duplication of `monospace` is -intentional. [Source](http://en.wikipedia.org/wiki/User:Davidgothberg/Test59). +intentional. [Source](http://en.wikipedia.org/wiki/User:Davidgothberg/Test59). #### `sub, sup` From e6a0ce435db2ebcf3a3784ff1dae4bdb2c8b0b08 Mon Sep 17 00:00:00 2001 From: battaglr Date: Mon, 14 Mar 2016 19:58:46 -0300 Subject: [PATCH 2/2] Add Bower install details --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eacccb1..1b4dc3c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ normalizing. ## Install * [npm](http://npmjs.org/): `npm install --save normalize.css` +* [Bower](http://bower.io/): `bower install --save + https://github.com/necolas/normalize.css.git` * [cdnjs](https://cdnjs.com/libraries/normalize) * [Download](http://necolas.github.io/normalize.css/latest/normalize.css).