From 909e98d514cd956185b10061803732e33632fc30 Mon Sep 17 00:00:00 2001 From: SheetJS Date: Mon, 28 Jul 2014 13:52:16 -0400 Subject: [PATCH] README note about ajax demo [ci skip] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fe79bf..2e50bd5 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,8 @@ var workbook = XLSX.readFile('test.xlsx'); /* DO SOMETHING WITH workbook HERE */ ``` -- ajax: +- ajax (for a more complete example that works in older versions of IE, check the + demo at ): ``` /* set up XMLHttpRequest */