Skip to content

Commit 1bc3a07

Browse files
committed
0.1.4.
1 parent 0fd70b3 commit 1bc3a07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ Add the below code to your head section in HTML document.
6060
```html
6161
<head>
6262
...
63-
<link href="https://cdn.jsdelivr.net/npm/[email protected].3/css/designer.css" rel="stylesheet">
64-
<link href="https://cdn.jsdelivr.net/npm/[email protected].3/css/designer-light.css" rel="stylesheet">
65-
<link href="https://cdn.jsdelivr.net/npm/[email protected].3/css/designer-dark.css" rel="stylesheet">
66-
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/lib/designer.js"></script>
63+
<link href="https://cdn.jsdelivr.net/npm/[email protected].4/css/designer.css" rel="stylesheet">
64+
<link href="https://cdn.jsdelivr.net/npm/[email protected].4/css/designer-light.css" rel="stylesheet">
65+
<link href="https://cdn.jsdelivr.net/npm/[email protected].4/css/designer-dark.css" rel="stylesheet">
66+
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/lib/designer.js"></script>
6767
```
6868

6969
Call the designer by:

0 commit comments

Comments
 (0)