diff --git a/README.md b/README.md index 442f87f..cdfa147 100644 --- a/README.md +++ b/README.md @@ -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 (binary large objects) 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.