Skip to content
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.

Commit

Permalink
Add more documentation to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed May 7, 2015
1 parent 6a51eeb commit acb99e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
@@ -1,6 +1,6 @@
# postcss-cssstats [![Build Status](https://secure.travis-ci.org/cssstats/postcss-cssstats.png?branch=master)](https://travis-ci.org/cssstats/postcss-cssstats)

A PostCSS plugin for cssstats.
A PostCSS plugin for [cssstats](https://github.com/cssstats/cssstats).

## Installation

Expand All @@ -10,6 +10,10 @@ npm install --save postcss-cssstats

## Usage

This plugin will return a cssstats object in the callback which can
be used for css analysis. For more information on the stats object see
the [cssstats documentation](https://github.com/cssstats/css-statistics#returned-object).

```javascript
var postcss = require('postcss');
var cssstats = require('postcss-cssstats');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "postcss-cssstats",
"description": "A PostCSS plugin for cssstats.",
"author": "John Otander",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"directories": {
"test": "test"
Expand Down

0 comments on commit acb99e9

Please sign in to comment.