Selaa lähdekoodia

Fix syntax mistake

Sebastián Katzer 12 vuotta sitten
vanhempi
commit
c419f6b24e
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -218,11 +218,12 @@ window.plugin.notification.local.add({ image: 'appdata:ApplicationIcon.png' })
 All images can be restored to the default ones by canceling the notification.
 ### Custom repeating interval on Android
 To specify a custom interval, the `repeat` property can be assigned with an number in minutes.
-```
+```javascript
 /**
  * Schedules the notification quarterly every 15 mins
  */
 window.plugin.notification.local.add({ repeat: 15 });
+```
 
 
 ## Quirks