From 00cebdabb3e5e9013c5113aaf967350f1dcf59cb Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Sun, 8 Sep 2013 16:51:45 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a786c81..b37b0c6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ FileSaver.js ============ -FileSaver.js implements the W3C `saveAs()` [FileSaver][1] interface in browsers that do +FileSaver.js implements the HTML5 W3C `saveAs()` [FileSaver][1] interface in browsers that do not natively support it. There is a [FileSaver.js demo][2] that demonstrates saving various media types.