diff --git a/README.md b/README.md index 306981d..cf1b9fa 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file diff --git a/package.json b/package.json index e679c6c..da1f6e1 100644 --- a/package.json +++ b/package.json @@ -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": [