Update README.md

This commit is contained in:
Nolan Lawson 2014-10-27 09:27:26 -04:00
parent 0194b41656
commit 7e432874cc

View File

@ -48,11 +48,11 @@ Now you have a `window.blobUtil` object. Or if you don't like globals, you can u
Tutorial
--------
Blobs (**b**inary **l**arge **ob**jects) are the modern way of working with binary data in the browser. The browser support is [very good](http://caniuse.com/#search=blob).
Blobs (<strong>b</strong>inary <strong>l</strong>arge <strong>ob</strong>jects) are the modern way of working with binary data in the browser. The browser support is [very good](http://caniuse.com/#search=blob).
Once you have a Blob, you can make it available offline by storing it in [IndexedDB](http://www.w3.org/TR/IndexedDB/), [PouchDB](http://pouchdb.com/), [LocalForage](https://mozilla.github.io/localForage/), or other in-browser databases. So it's the perfect format for working with offline images, sound, and video.
OK, example time.
### Example
Here's Kirby. He's a famous little Blob.