Explorar o código

Fix syntax mistake

Sebastián Katzer %!s(int64=12) %!d(string=hai) anos
pai
achega
c419f6b24e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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