diff --git a/index.html b/index.html index b15c82e..7479cd4 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@

Features

@@ -73,7 +73,7 @@

$.bootstrapGrowl("another message, yay!", {
   ele: 'body', // which element to append to
-  type: 'info', // (null, 'info', 'error', 'success')
+  type: 'info', // (null, 'info', 'danger', 'success')
   offset: {from: 'top', amount: 20}, // 'top', or 'bottom'
   align: 'right', // ('left', 'right', or 'center')
   width: 250, // (integer, or 'auto')