Procházet zdrojové kódy

Fix syntax mistake

Sebastián Katzer před 12 roky
rodič
revize
c419f6b24e
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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