From 647fca0d835ff58a3ac023bc44d69da2049e51aa Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Sat, 12 Jul 2014 14:25:29 -0400 Subject: [PATCH] Saving text files in IE<10 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6708930..a3e78f2 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,8 @@ try { ### IE < 10 -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. +It is possible to save text files in IE < 10 without Flash-based polyfills. +See [ChenWenBrian's `saveTextAs()`](https://github.com/ChenWenBrian/FileSaver.js#examples) for more details. ### Safari 6.1+