浏览代码

Update README.md

Sebastián Katzer 11 年之前
父节点
当前提交
7e47b38794
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -393,7 +393,8 @@ window.plugin.notification.local.add({ repeat: 15 });
 ## Quirks
 ## Quirks
 
 
 ### Local Notification limit on iOS
 ### Local Notification limit on iOS
-Each application on a device is limited to 64 scheduled local notifications. The system discards scheduled notifications in excess of this limit, keeping only the 64 notifications that will fire the soonest. Recurring notifications are treated as a single notification.
+Each application on a device is limited to 64 scheduled local notifications.<br>
+The system discards scheduled notifications in excess of this limit, keeping only the 64 notifications that will fire the soonest. Recurring notifications are treated as a single notification.
 
 
 ### Events aren't fired on iOS
 ### Events aren't fired on iOS
 After deploying/replacing the app on the device via Xcode no callback for previously scheduled local notifications aren't fired.
 After deploying/replacing the app on the device via Xcode no callback for previously scheduled local notifications aren't fired.