diff options
Diffstat (limited to 'examples/counter')
| -rw-r--r-- | examples/counter/index.html | 2 |
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> |
