瀏覽代碼

Update README.md

Sebastián Katzer 12 年之前
父節點
當前提交
72b19ba46c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -135,8 +135,8 @@ LiveTile's have the ability to display images for different sizes. These images
 An image must be defined as a relative or absolute URI.
 ```javascript
 /**
- * Displays the application image as the livetile's background image
+ * Displays the application icon as the livetile's background image
  */
-window.plugin.notification.local.add({ image: 'appdata:ApplicationImage.png' })
+window.plugin.notification.local.add({ image: 'appdata:ApplicationIcon.png' })
 ```
 All images can be restored to the default ones by canceling the notification.