diff --git a/README.md b/README.md index 3cce833..3220800 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Reductio: Crossfilter grouping ======== -[![Join the chat at https://gitter.im/esjewett/reductio](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/esjewett/reductio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Join the chat at https://gitter.im/crossfilter/reductio](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/crossfilter/reductio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Reductio is a library for generating Crossfilter reduce functions and applying them to Crossfilter groups. Crossfilter supports basic count and sum aggregations, but even aggregations as conceptually simple as a group minimum or maximum can be difficult to build correctly and efficiently on a Crossfilter group. Reductio provides helper functions that generate these aggregations in an efficient and composable way, making it easy to use more complex aggregations with Crossfilter and to have more than one aggregation per group without having to worry about designing 2-way reduce functions.