aboutsummaryrefslogtreecommitdiff
path: root/examples/counter/index.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/counter/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/counter/index.html b/examples/counter/index.html
index 9aa89d2..367aa63 100644
--- a/examples/counter/index.html
+++ b/examples/counter/index.html
@@ -6,6 +6,6 @@
<link href="./style.css" rel="stylesheet" />
</head>
<body>
- <script async defer src="../../dist/index.js"></script>
+ <script async defer src="../../dist/renderer/index.js"></script>
</body>
</html>