From d8413a489470a321196a96e2c6dad8bb3dc2af1c Mon Sep 17 00:00:00 2001 From: Stephen Date: Sun, 7 Feb 2016 12:55:40 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69884b7..9bf7799 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ and hence do not expect or accept `Transfer-Encoding: chunked` from clients. }); // `onloadend` as property - fileReader.onloadend', function () { + fileReader.on('loadend', function () { console.log("Success"); });