Skip to content

Commit

Permalink
Small README correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Wildhoney committed Nov 6, 2013
1 parent 58b15ff commit 87b37cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ $task.when('uploading', function(data) {
When the processing has finished and the `finished` observer has been invoked, you have all you need to continue. For example, you could download the file from the CloudConvert servers by inspecting the `data` object in the callback.

```javascript
task.when('finished', function(data) {
$task.when('finished', function(data) {
console.log("Let's download " + data.output.url);
});
```
Expand Down

0 comments on commit 87b37cb

Please sign in to comment.