Skip to content

Commit a454e52

Browse files
authored
Update README.md
1 parent 5345588 commit a454e52

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
@@ -29,16 +29,16 @@ requirements. It is a complete solution for web data management. Create amazing
2929

3030
% npm install jexcel
3131

32-
[Download ZIP](https://github.com/jspreadsheet/ce/archive/master.zip)
32+
[Download ZIP](https://github.com/jspreadsheet/jexcel/archive/master.zip)
3333

3434
### Basic demo
3535

3636
A basic example to integrate the JavaScript spreadsheet in your website to create your first online spreadsheet.
3737

3838
```html
3939
<script src="https://bossanova.uk/jexcel/v4/jexcel.js"></script>
40-
<script src="https://bossanova.uk/jsuites/v3/jsuites.js"></script>
41-
<link rel="stylesheet" href="https://bossanova.uk/jsuites/v3/jsuites.css" type="text/css" />
40+
<script src="https://jsuites.net/v3/jsuites.js"></script>
41+
<link rel="stylesheet" href="https://jsuites.net/v3/jsuites.css" type="text/css" />
4242
<link rel="stylesheet" href="https://bossanova.uk/jexcel/v4/jexcel.css" type="text/css" />
4343
```
4444

0 commit comments

Comments
 (0)