Skip to content

Commit 131d1fe

Browse files
authored
Update README.md
1 parent c6550de commit 131d1fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ Edit CSV files online just like Google Sheets. No need to sign up!
7979

8080
Include `datagridxl2.js` in your web page HTML file:
8181

82-
```
82+
```html
8383
<script src="https://code.datagridxl.com/datagridxl2.js"></script>
8484
```
8585

8686
Then, run this code inside your HTML/JS:
8787

88-
```
88+
```html
8989
<div id="grid" style="height:400px;"></div>
9090
<script>
9191
var grid = new DataGridXL("grid");

0 commit comments

Comments
 (0)