diff --git a/modules/default/alert/README.md b/modules/default/alert/README.md index b3e20b8f..74df29a5 100644 --- a/modules/default/alert/README.md +++ b/modules/default/alert/README.md @@ -101,7 +101,7 @@ self.sendNotification("SHOW_NOTIFICATION", {title: "Hello", message: "This is a ### Display alert ``` -self.sendNotification("SHOW_ALERT", {title: "Hello", message: "This is a test!", type: "success", imageUrl:"url", imageSize: "50x50", timer:1000}); +self.sendNotification("SHOW_ALERT", {title: "Hello", message: "This is a test!", imageUrl:"url", imageHeight: "30px", timer:2}); ```