Skip to content

Commit b93bcd6

Browse files
authored
docs: update extension requirements (#220)
1 parent 634f68a commit b93bcd6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ After installing you will see a new tab in Developer Tools. This tab displays a
1717

1818
## Requirements
1919

20-
The `svelte-devtools` extension requires your Svelte application to be compiled with the `dev` option set to `true`. If you're using [SvelteKit](https://kit.svelte.dev/), this is done automatically, outside of that you will need to set it manually.
20+
The `svelte-devtools` extension requires the following to be true:
2121

22-
This extension officially supports Svelte version `^4.0.0`.
22+
- Chrome or Firefox version 121 or higher
23+
- Application running Svelte version `^4.0.0`
24+
- Application compiled with `dev: true` ([SvelteKit](https://kit.svelte.dev/) does this automatically for you)
2325

2426
## Development
2527

0 commit comments

Comments
 (0)