diff --git a/3.0.0.md b/3.0.0.md index 7059707ac5..da7981b84a 100644 --- a/3.0.0.md +++ b/3.0.0.md @@ -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' }); ```