From 3d0b4dde91b71980c7875c1511fbdec3c73aee00 Mon Sep 17 00:00:00 2001 From: "autumn.dev" Date: Thu, 4 Oct 2018 09:21:01 +0100 Subject: [PATCH] Update README.md removed ntoes on IE/Edge not working. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c40ff83..23ef26e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A simple, lightweight jQuery plugin for reading a table and outputting its data Include script *after* the jQuery library (unless you are packaging scripts some other way): ```html - + ``` ## Usage @@ -78,11 +78,11 @@ Default options are as follows: ## Compatability -tableToCSV uses the new HTML5 ```download``` attribute for `````` elements. As such this plugin will only work for browsers that support this functionality. tableToCSV has been tested in latest Chrome, firefox and Opera. +tableToCSV uses the new HTML5 ```download``` attribute for `````` elements. As such this plugin will only work for browsers that support this functionality. tableToCSV has been tested in latest Chrome, firefox, Opera, IE and Edge. ## Issues -Internet Explorer and Safari are know to have issues and I am working on them. +Safari is know to have issues. ### Bugs @@ -90,4 +90,4 @@ Please use the issue tracker for submitting bugs ## Contributing -If you wish to contribute please fork and submit merge requests. \ No newline at end of file +If you wish to contribute please fork and submit merge requests.