Skip to content

Commit

Permalink
Update stlite version in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmasuch authored Apr 11, 2024
1 parent cf82ad4 commit 65883a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ Here is a sample HTML file.
<title>stlite app</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.39.0/build/stlite.css"
href="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.52.1/build/stlite.css"
/>
</head>
<body>
<div id="root"></div>
<script src="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.39.0/build/stlite.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@stlite/mountable@0.52.1/build/stlite.js"></script>
<script>
stlite.mount(
`
Expand Down

0 comments on commit 65883a3

Please sign in to comment.