Skip to content

Commit

Permalink
Merge 7b197ce into e63546f
Browse files Browse the repository at this point in the history
  • Loading branch information
fuczak committed Feb 9, 2015
2 parents e63546f + 7b197ce commit a3d22b7
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 @@ -37,7 +37,7 @@ Algorithms that produce a time agnostic popularity score is typically good for c

```js
var decay = require('decay')
, wilsonScore = decay.wilsonsScore();
, wilsonScore = decay.wilsonScore();

// assume req.entry is the item being voted on
app.post('/entry/upvote', middleWare, function (req, res) {
Expand Down

0 comments on commit a3d22b7

Please sign in to comment.