소스 검색

Fix example.

Sebastián Katzer 12 년 전
부모
커밋
d3367090e6
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -107,9 +107,9 @@ var now                  = new Date().getTime(),
 
 window.plugin.notification.local.add({
     id:         1, // is converted to a string
-    title:      'Great app!',
-    message:    'Reminder',
-    repeat:     'Dont forget to buy some flowers.',
+    title:      'Reminder',
+    message:    'Dont forget to buy some flowers.',
+    repeat:     'weekly',
     date:       _60_seconds_from_now,
     foreground: 'foreground',
     background: 'background'