We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc77e3b commit 3fc1af0Copy full SHA for 3fc1af0
README.md
@@ -165,7 +165,7 @@ Try it out on any website in a browser of your choice by executing the following
165
166
```ts
167
const { virtual } = await import(
168
- "https://unpkg.com/@guidepup/virtual-screen-reader"
+ "https://unpkg.com/@guidepup/virtual-screen-reader/lib/esm/index.browser.js"
169
);
170
171
await virtual.start({ container: document.body, displayCursor: true });
0 commit comments