Skip to content

Commit

Permalink
Merge pull request chrisboulton#31 from spekulatius/spekulatius-patch-1
Browse files Browse the repository at this point in the history
fixing typo
  • Loading branch information
chrisboulton authored Oct 14, 2016
2 parents ab8bd52 + beb6b15 commit 7bfa75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ as either a DateTime object or integer containing a UNIX timestamp to the
ResqueScheduler::enqueueAt($time, 'email', 'SendFollowUpEmail', $args);

$datetime = new DateTime('2012-03-18 13:21:49');
ResqueScheduler::enqueueAt(datetime, 'email', 'SendFollowUpEmail', $args);
ResqueScheduler::enqueueAt($datetime, 'email', 'SendFollowUpEmail', $args);

NOTE: resque-scheduler does not guarantee a job will fire at the time supplied.
At the time supplied, resque-scheduler will take the job out of the delayed
Expand Down Expand Up @@ -105,4 +105,4 @@ of the job, the class name of the job, and the job's arguments.
* atorres757
* tonypiper
* biinari
* cballou
* cballou

0 comments on commit 7bfa75d

Please sign in to comment.