Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 11, 2011
1 parent 911fa00 commit f9cb4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -166,7 +166,7 @@ var kue = require('kue')
, jobs = kue.createQueue();

jobs.process('email', function(job, done){
email(job.to, done);
email(job.data.to, done);
});
```

Expand Down

0 comments on commit f9cb4ed

Please sign in to comment.