Skip to content

Commit 0f1ace4

Browse files
Update packages/vite-plugin-svelte-inspector/README.md
Co-authored-by: Rich Harris <[email protected]>
1 parent c55c2b9 commit 0f1ace4

File tree

1 file changed

+1
-1
lines changed
  • packages/vite-plugin-svelte-inspector

1 file changed

+1
-1
lines changed

packages/vite-plugin-svelte-inspector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
};
1818
```
1919

20-
Now simply press `alt-x` on a page served by the vite devserver to activate inspect mode and click to open the file in your editor.
20+
Now simply press `alt-x` (`option-x` on MacOS) on a page served by the Vite dev server to activate inspect mode. Click on a highlighted element to jump to its source code in your editor.
2121

2222
Also check out the [docs](https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/inspector.md) for customization options.
2323

0 commit comments

Comments
 (0)