Skip to content

Commit b2dc377

Browse files
committed
Update CDN url
1 parent bd0379f commit b2dc377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Just add a link tag in your HTML to install and start your bundle:
7575
<link rel="system" type="application/json" href="app.json">
7676

7777
<!-- 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>
7979
```
8080

8181
#### Install the bundle in Node.js
@@ -155,7 +155,7 @@ runtime.version();
155155

156156
Add a `<script>` tag to your HTML page:
157157
```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>
159159
```
160160

161161
Then you can use runtime on your script:

0 commit comments

Comments
 (0)