Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LCluber committed Apr 9, 2019
1 parent b255b72 commit dc5d871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ var data = '"Firstname";"Lastname";"Born";"Died"\r\n\
document.getElementById("table").innerHTML = CSVx.Convert.table(data,{separator: ';'}, {table: 'table table-striped'});
```

###Options
### Options

```javascript
interface Options {
Expand Down

0 comments on commit dc5d871

Please sign in to comment.