File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Just add a link tag in your HTML to install and start your bundle:
75
75
<link rel =" system" type =" application/json" href =" app.json" >
76
76
77
77
<!-- load System Runtime -->
78
- <script src =" https://cdn.jsdelivr.net/system-runtime/1.8.5 /system-runtime.min.js" ></script >
78
+ <script src =" https://cdn.jsdelivr.net/system-runtime/1.8.6 /system-runtime.min.js" ></script >
79
79
```
80
80
81
81
#### Install the bundle in Node.js
@@ -155,7 +155,7 @@ runtime.version();
155
155
156
156
Add a ` <script> ` tag to your HTML page:
157
157
``` html
158
- <script src =" https://cdn.jsdelivr.net/system-runtime/1.8.5 /system-runtime.min.js" ></script >
158
+ <script src =" https://cdn.jsdelivr.net/system-runtime/1.8.6 /system-runtime.min.js" ></script >
159
159
```
160
160
161
161
Then you can use runtime on your script:
You can’t perform that action at this time.
0 commit comments