From f85d70c8250d1689b59c35d6906250ee11c6a53b Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Sat, 12 Jul 2014 14:24:00 -0400 Subject: [PATCH] Link to saveTextAs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 332f80e..6708930 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ try { ### IE < 10 -It is possible to save HTML documents (and only HTML documents) in IE < 10 without Flash-based -polyfills. See [sudodoki's comment](https://github.com/eligrey/FileSaver.js/issues/56#issuecomment-30917476) -for more information on how to accomplish this. +It is possible to save HTML documents in IE < 10 without Flash-based polyfills. +See [sudodoki's comment](https://github.com/eligrey/FileSaver.js/issues/56#issuecomment-30917476) +and [ChenWenBrian's `saveTextAs()`](https://github.com/ChenWenBrian/FileSaver.js#syntax) for more details. ### Safari 6.1+