Skip to content

Commit 97f4165

Browse files
committed
Restore readme header style
1 parent 3966c76 commit 97f4165

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# FileSaver.js
1+
FileSaver.js
2+
============
23

34
FileSaver.js implements the HTML5 W3C `saveAs()` [FileSaver][1] interface in browsers that do
45
not natively support it. There is a [FileSaver.js demo][2] that demonstrates saving
@@ -11,7 +12,8 @@ sent to an external server.
1112
Looking for `canvas.toBlob()` for saving canvases? Check out
1213
[canvas-toBlob.js](https://github.com/eligrey/canvas-toBlob.js) for a cross-browser implementation.
1314

14-
## Supported Browsers
15+
Supported Browsers
16+
------------------
1517

1618
| Browser | Constructs as | Filenames | Max Blob Size | Dependencies |
1719
| -------------- | ------------- | ------------ | ------------- | ------------ |
@@ -45,13 +47,15 @@ Blobs may be opened instead of saved sometimes—you may have to direct your Saf
4547
press <kbd>⌘</kbd>+<kbd>S</kbd> to save the file after it is opened. Further information is available
4648
[on the issue tracker](https://github.com/eligrey/FileSaver.js/issues/12).
4749

48-
## Syntax
50+
Syntax
51+
------
4952

5053
```js
5154
FileSaver saveAs(in Blob data, in DOMString filename)
5255
```
5356

54-
## Examples
57+
Examples
58+
--------
5559

5660
### Saving text
5761

0 commit comments

Comments
 (0)