diff --git a/README.md b/README.md index 2943762..052c104 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,11 @@ Syntax ------ ```js -FileSaver saveAs(in Blob data, in DOMString filename) +FileSaver saveAs(Blob data, DOMString filename, optional Boolean disableAutoBOM) ``` +Pass `true` for `disableAutoBOM` if you don't want FileSaver.js to automatically provide Unicode text encoding hints (see: [byte order mark](https://en.wikipedia.org/wiki/Byte_order_mark)). + Examples --------