Skip to content

Commit ffafc3e

Browse files
committed
Update README.md
1 parent a120c51 commit ffafc3e

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,21 @@
1-
Blob
2-
====
3-
4-
A module that exports a constructor that uses `window.Blob` when available,
5-
and a `BlobBuilder` with any vendor prefix in other cases.
1+
# Blob
62

3+
A cross-browser `Blob` that falls back to `BlobBuilder` when appropriate.
74
If neither is available, it exports `undefined`.
85

9-
10-
Installation
11-
------------
6+
## Installation
127

138
``` bash
149
$ npm install blob
1510
```
1611

17-
18-
Example
19-
-------
12+
## Example
2013

2114
``` js
2215
var Blob = require('blob');
2316
var b = new Blob(['hi', 'constructing', 'a', 'blob']);
2417
```
2518

26-
27-
License
28-
-------
19+
## License
2920

3021
MIT

0 commit comments

Comments
 (0)