Browse Source

Upgrade to release v2.8.0

Kartik Visweswaran 10 years ago
parent
commit
9273a75bcb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -718,8 +718,8 @@ This event is triggered when each file image is fully loaded in the preview wind
 
 **Example:**
 ```js
-$('#input-id').on('filereset', function(event, file, previewId, index) {
-    console.log("filereset");
+$('#input-id').on('fileimageloaded', function(event, previewId) {
+    console.log("fileimageloaded");
 });
 ```