This commit is contained in:
Thijs Triemstra
2017-09-30 02:10:23 +02:00
committed by GitHub
parent dffa3a4989
commit 945f08bc74
+1 -1
View File
@@ -68,7 +68,7 @@ Pass `true` for `disableAutoBOM` if you don't want FileSaver.js to automatically
Examples Examples
-------- --------
### Saving text using with require ### Saving text using require
```js ```js
var FileSaver = require('file-saver'); var FileSaver = require('file-saver');
var blob = new Blob(["Hello, world!"], {type: "text/plain;charset=utf-8"}); var blob = new Blob(["Hello, world!"], {type: "text/plain;charset=utf-8"});