Skip to content

Commit

Permalink
fix up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean King committed Aug 19, 2015
1 parent aebc9ff commit ee69670
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -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.

--

Expand All @@ -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

0 comments on commit ee69670

Please sign in to comment.