Update README.md

This commit is contained in:
Eli Grey
2013-07-07 19:35:16 -04:00
parent 858d8b63aa
commit c2873d982c
+1 -1
View File
@@ -40,7 +40,7 @@ tested them.
Feature detection is possible:
var isFileSaverSupported = !!self.Blob;
var isFileSaverSupported = !!new Blob();
Syntax
------