Update README.md

This commit is contained in:
Eli Grey
2013-07-07 19:52:45 -04:00
parent c2873d982c
commit c7f4d19c49
+1 -1
View File
@@ -40,7 +40,7 @@ tested them.
Feature detection is possible:
var isFileSaverSupported = !!new Blob();
try { var isFileSaverSupported = !!new Blob(); } catch(e){}
Syntax
------