diff --git a/3.0.0.md b/3.0.0.md index 7059707ac5..ea25a29ad0 100644 --- a/3.0.0.md +++ b/3.0.0.md @@ -144,7 +144,7 @@ To migrate this function you would follow the same practices as the ones before, ```js // after with async/await -Parse.Cloud.beforeSave('MyClassName', async (request) => { +Parse.Cloud.define('downloadImage', async (request) => { const { url, name } = request.params;