Skip to content

Commit

Permalink
Merge pull request #1 from dropfen/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
artwells committed May 5, 2014
2 parents 35c4a06 + 04cd1d3 commit 2f3085f
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 @@ -47,7 +47,7 @@ or
/* clean out all guest accounts more than 2 hours old */
var before = new Date();
before.setHours(before.getHours() - 2);
Accounts.removeOldGuests();
Accounts.removeOldGuests(before);
```

##TODO
Expand Down

0 comments on commit 2f3085f

Please sign in to comment.