From 40f3a7bc51964a29f821b930d37f2bfc0ab3b289 Mon Sep 17 00:00:00 2001 From: Travis Clarke Date: Wed, 3 May 2017 21:40:29 -0700 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34faea7..0d13fc8 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ Below are additional defaults to support the functionality of the plugin that. $.fn.tableExport.charset = "charset=utf-8"; /* default filename if "id" attribute is set and undefined */ -$.fn.tableExport.defaultFileName = "myDownload"; +$.fn.tableExport.defaultFilename = "myDownload"; /* default class to style buttons when not using bootstrap */ $.fn.tableExport.defaultButton = "button-default";