Skip to content
This repository was archived by the owner on Jul 25, 2021. It is now read-only.

Commit 91f1de8

Browse files
committed
updated README
1 parent a263cf3 commit 91f1de8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ var tables = $("table").tableExport();
118118
```js
119119
/* update */
120120
tables.update({
121-
filename: "newFile" // pass in a new set of properties
121+
filename: "newFile" // pass in a new set of properties
122122
});
123123

124124
/* reset */
125-
tables.reset(); // useful for a dynamically altered table
125+
tables.reset(); // useful for a dynamically altered table
126126

127127
/* remove */
128-
tables.remove(); // removes caption and buttons
128+
tables.remove(); // removes caption and buttons
129129
```
130130

131131
### Properties

0 commit comments

Comments
 (0)