Skip to content

Commit 9246547

Browse files
committed
Update README.md
1 parent 3d4b848 commit 9246547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Aggregations can be chained on a given instance of reductio. For example:
4646
```
4747
reductio().count(true)
4848
.sum(function(d) { return d.bar; })
49-
.avg(true);
49+
.avg(true)(group);
5050
```
5151

5252
Basic use:

0 commit comments

Comments
 (0)