Update README.md

This commit is contained in:
Nolan Lawson 2015-04-13 07:11:28 -04:00
parent 2831c4126d
commit 318067ff80

View File

@ -48,6 +48,17 @@ Then stick it in your HTML:
Now you have a `window.blobUtil` object. Or if you don't like globals, you can use Browserify.
Browser support
-----
* Firefox
* Chrome
* IE 10+
* Safari 6+
* iOS 6+
* Android 4+
* Any browser with either `Blob` or the older `BlobBuilder`; see [caniuse](http://caniuse.com/#search=blob) for details.
Tutorial
--------