Skip to content

Commit

Permalink
Updated README, plus bupm to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wssbck committed Sep 20, 2014
1 parent a550f10 commit 6178909
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
Crossfilter helpers
Crossfilter Helpers
===================

A set of reduction functions for use with [crossfilter](http://square.github.io/crossfilter/).
A set of reduction functions to be used as parameters for [crossfilter's reduce()](https://github.com/square/crossfilter/wiki/API-Reference#group_reduce) function.

Please see the [wiki](https://github.com/wssbck/crossfilter-helpers/wiki) for instructions on how to use them.

Installation:

```javascript
npm install crossfilter-helpers
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crossfilter-helpers",
"version": "0.2.1",
"version": "0.2.2",
"license": "Apache-2.0",
"description": "A set of reduction functions for use with crossfilter",
"keywords": [
Expand Down

0 comments on commit 6178909

Please sign in to comment.