Parcourir la source

Fix syntax mistake

Sebastián Katzer il y a 12 ans
Parent
commit
c419f6b24e
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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