Skip to content

Commit e889774

Browse files
committed
updated README
1 parent 75b2538 commit e889774

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ var tables = $("table").tableExport();
111111
```js
112112
/* update */
113113
tables.tableExport.update({
114-
filename: "newFile" // pass in a new set of options
114+
filename: "newFile" // pass in a new set of properties
115115
});
116116

117117
/* reset */
@@ -127,8 +127,10 @@ A table of available properties and their usage can be found here:
127127
##### [www.clarketravis.com/tableexport](http://www.clarketravis.com/tableexport/#properties)
128128

129129

130-
A table of available properties and their usage can be found here:
131-
##### [www.clarketravis.com/tableexport](http://www.clarketravis.com/tableexport/#properties)
130+
### Methods
131+
132+
A table of available methods and their usage can be found here:
133+
##### [www.clarketravis.com/tableexport](http://www.clarketravis.com/tableexport/#methods)
132134

133135

134136
### Settings

0 commit comments

Comments
 (0)