vsivsi / meteor-job-collection

A persistent and reactive job queue for Meteor, supporting distributed workers that can run anywhere.
https://atmospherejs.com/vsivsi/job-collection
Other
385 stars 68 forks source link

README.md error #189

Closed EulerTourist closed 8 years ago

EulerTourist commented 8 years ago

"schedule: jc.later.parse.text('every 5 mins'); // Rerun this job every 5 minutes"

should read:

"schedule: jc.later.parse.text('every 5 mins') // Rerun this job every 5 minutes"

Drop the Semi-Colon.

vsivsi commented 8 years ago

Thanks! Fixed on master.