diff --git a/modules/timers/README.md b/modules/timers/README.md index e610390..26845e6 100644 --- a/modules/timers/README.md +++ b/modules/timers/README.md @@ -10,7 +10,7 @@ timers. ### API -#### addTimer(callback, interval, [firstDate]) +#### addTimer(interval, callback, [firstDate]) Execute the given callback every time *interval* (in ms) passes. The firstDate parameter is a Date object used to sync a timer to a given point in