Skip to content

Commit

Permalink
docs: update extension requirements (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb authored May 28, 2024
1 parent 634f68a commit b93bcd6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ After installing you will see a new tab in Developer Tools. This tab displays a

## Requirements

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.
The `svelte-devtools` extension requires the following to be true:

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

## Development

Expand Down

0 comments on commit b93bcd6

Please sign in to comment.