From c7170e6dc26cf2a091c2f3a645c34182c75aef73 Mon Sep 17 00:00:00 2001 From: "E:V:A" Date: Thu, 1 Mar 2018 11:53:10 +0200 Subject: [PATCH] fix md header --- modules/default/alert/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default/alert/README.md b/modules/default/alert/README.md index 3abf2fcd..c57ba793 100644 --- a/modules/default/alert/README.md +++ b/modules/default/alert/README.md @@ -60,5 +60,5 @@ self.sendNotification("SHOW_ALERT", {}); | `timer` (optional) | How long the alert should stay visible in ms.
**Important:** If you do not use the `timer`, it is your duty to hide the alert by using `self.sendNotification("HIDE_ALERT");`!

**Possible values:** `int` `float`
**Default value:** `none` ## Open Source Licenses -###[NotificationStyles](https://github.com/codrops/NotificationStyles) +### [NotificationStyles](https://github.com/codrops/NotificationStyles) See [ympanus.net](http://tympanus.net/codrops/licensing/) for license.