Skip to content

Commit

Permalink
[UPDATE] README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Dec 8, 2014
1 parent f169cb3 commit d653046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Slides a `window` over a numeric `array` to compute a moving mean.
``` javascript
var data = [ 1, 2, 3, 4, 5 ];

mmean( data, 2 );
var arr = mmean( data, 2 );
// returns [ 1.5, 2.5, 3.5, 4.5 ]
```

Expand Down

0 comments on commit d653046

Please sign in to comment.