diff --git a/README.md b/README.md index f43ee8c..8a959c4 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ tested them. Feature detection is possible: - var isFileSaverSupported = !!self.Blob; + var isFileSaverSupported = !!new Blob(); Syntax ------