Skip to content

Commit 065d21e

Browse files
committed
Fix CDN url
1 parent 6519bfb commit 065d21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.3/system-runtime.min.js"></script>
78+
<script src="https://cdn.jsdelivr.net/system-runtime/1.8.5/system-runtime.min.js"></script>
7979
```
8080

8181
#### Install the bundle in Node.js

0 commit comments

Comments
 (0)