From ee6967032d6c7c0bb0c660c25a5bd69ff9c1574a Mon Sep 17 00:00:00 2001 From: Sean King Date: Wed, 19 Aug 2015 12:55:19 +1000 Subject: [PATCH] fix up readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5191dfb..9870d78 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# postcss-normalize +# PostCSS Normalize [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] -[PostCSS] plugin that that automatically applies the latest normalize.css +[PostCSS][PostCSS] plugin that that automatically applies the latest normalize.css. ```css .foo { @@ -26,7 +26,7 @@ postcss([ require('postcss-normalize') ]) ``` -See [PostCSS] docs for examples for your environment. +See [PostCSS][PostCSS] docs for examples for your environment. -- @@ -41,4 +41,3 @@ MIT © [Sean King](https://twitter.com/seaneking) [daviddm-image]: https://david-dm.org/seaneking/postcss-normalize.svg?theme=shields.io [daviddm-url]: https://david-dm.org/seaneking/postcss-normalize [PostCSS]: https://github.com/postcss/postcss -