Skip to content

Commit dc5d871

Browse files
committed
updated README.md
1 parent b255b72 commit dc5d871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ var data = '"Firstname";"Lastname";"Born";"Died"\r\n\
107107
document.getElementById("table").innerHTML = CSVx.Convert.table(data,{separator: ';'}, {table: 'table table-striped'});
108108
```
109109

110-
###Options
110+
### Options
111111

112112
```javascript
113113
interface Options {

0 commit comments

Comments
 (0)