Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ After installing you will see a new tab in Developer Tools. This tab displays a

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.

This extension officially supports Svelte 4.0 and above.
This extension officially supports Svelte version `^4.0.0`.

## Development

Expand Down
2 changes: 1 addition & 1 deletion workspace/extension/src/routes/ConnectMessage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<p style:font-size="1rem">Not working? Did you...</p>
<ul>
<li>Build with dev mode enabled?</li>
<li>Use Svelte version 4.0.0 or above?</li>
<li>Use Svelte version ^4.0.0?</li>
</ul>
</footer>
</main>
Expand Down