Skip to content

Commit 7bf34fa

Browse files
author
Timo Bechtel
committed
docs(example): fix example page script links
1 parent c284e66 commit 7bf34fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2>Returns:</h2>
4343
<button id="test1">Test3</button>
4444
</div>
4545
<script type="module">
46-
import { accept } from '../src/index.js';
46+
import { accept } from './dist/index.module.js';
4747

4848
const options = [
4949
{

0 commit comments

Comments
 (0)