Skip to content

Commit

Permalink
Update the docs to automatically use latest ESP Web Tools (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Jan 30, 2023
1 parent ec93a0b commit 53094e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,14 @@
</style>
<script
type="module"
src="https://unpkg.com/@justinribeiro/lite-youtube@1.3.0/lite-youtube.js"
src="https://unpkg.com/@justinribeiro/lite-youtube@1.4.0/lite-youtube.js"
></script>
<script module>
import(
// In development we import locally.
window.location.hostname === "localhost"
? "/dist/web/install-button.js"
: "https://unpkg.com/esp-web-tools@9.2.0/dist/web/install-button.js?module"
: "https://unpkg.com/esp-web-tools/dist/web/install-button.js?module"
);
</script>
</head>
Expand Down Expand Up @@ -324,7 +324,7 @@ <h2 id="add-website">Adding ESP Web Tools to your website</h2>
<pre>
&lt;script
type="module"
src="https://unpkg.com/esp-web-tools@9.2.0/dist/web/install-button.js?module"
src="https://unpkg.com/esp-web-tools/dist/web/install-button.js?module"
>&lt;/script></pre
>
<p>
Expand Down

0 comments on commit 53094e2

Please sign in to comment.