File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,12 @@ Download or clone repository and copy the dist folder, CDN option Or npm.
63
63
64
64
#### CDN
65
65
``` html
66
+ # Last
66
67
<link rel =" stylesheet" href =" https://cdn.jsdelivr.net/gh/jerosoler/Drawflow/dist/drawflow.min.css" >
67
68
<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 >
71
72
```
72
73
73
74
#### NPM
You can’t perform that action at this time.
0 commit comments