Skip to content

Commit f461948

Browse files
committed
Update readme cdn version
1 parent 59a8e2c commit f461948

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,12 @@ Download or clone repository and copy the dist folder, CDN option Or npm.
6363

6464
#### CDN
6565
```html
66+
# Last
6667
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jerosoler/Drawflow/dist/drawflow.min.css">
6768
<script src="https://cdn.jsdelivr.net/gh/jerosoler/Drawflow/dist/drawflow.min.js"></script>
68-
# or
69-
<link rel="stylesheet" href="https://unpkg.com/drawflow@0.0.45/dist/drawflow.min.css" />
70-
<script src="https://unpkg.com/drawflow@0.0.45/dist/drawflow.min.js"></script>
69+
# or version view releases https://github.com/jerosoler/Drawflow/releases
70+
<link rel="stylesheet" href="https://unpkg.com/drawflow@x.x.xx/dist/drawflow.min.css" />
71+
<script src="https://unpkg.com/drawflow@x.x.xx/dist/drawflow.min.js"></script>
7172
```
7273

7374
#### NPM

0 commit comments

Comments
 (0)