Skip to content

Commit

Permalink
Merge pull request Automattic#576 from pyrotechnick/patch-1
Browse files Browse the repository at this point in the history
Typo (process->progress) in Readme.md
  • Loading branch information
behrad committed Apr 15, 2015
2 parents 5fa0f16 + 43663ae commit 1b052eb
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 @@ -306,7 +306,7 @@ queue.create('slideshow pdf', {
});
```

We can access this same arbitrary data within a separate process while processing, via the `job.data` property. In the example we render each slide one-by-one, updating the job's log and process.
We can access this same arbitrary data within a separate process while processing, via the `job.data` property. In the example we render each slide one-by-one, updating the job's log and progress.

```js
queue.process('slideshow pdf', 5, function(job, done){
Expand Down

0 comments on commit 1b052eb

Please sign in to comment.