Skip to content

Commit

Permalink
Docs Typo #2 (#5318)
Browse files Browse the repository at this point in the history
Plus added example.com url instead of '....'
  • Loading branch information
mrmarcsmith authored and flovilmart committed Jan 25, 2019
1 parent bb47caa commit 03604b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ Parse.Cloud.define('downloadImage', function(request, response) {
You would call this method with:

```js
Parse.Cloud.run({
url: '....',
Parse.Cloud.run('downloadImage',{
url: 'https://example.com/file',
name: 'my-file'
});
```
Expand Down

0 comments on commit 03604b1

Please sign in to comment.