Skip to content

Commit 3fc1af0

Browse files
docs: provide more reliable module URL for browser docs
1 parent dc77e3b commit 3fc1af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Try it out on any website in a browser of your choice by executing the following
165165

166166
```ts
167167
const { virtual } = await import(
168-
"https://unpkg.com/@guidepup/virtual-screen-reader"
168+
"https://unpkg.com/@guidepup/virtual-screen-reader/lib/esm/index.browser.js"
169169
);
170170

171171
await virtual.start({ container: document.body, displayCursor: true });

0 commit comments

Comments
 (0)