diff --git a/README.md b/README.md index 932bb07..5edb425 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/workspace/extension/src/routes/ConnectMessage.svelte b/workspace/extension/src/routes/ConnectMessage.svelte index 817868f..d7f9553 100644 --- a/workspace/extension/src/routes/ConnectMessage.svelte +++ b/workspace/extension/src/routes/ConnectMessage.svelte @@ -14,7 +14,7 @@

Not working? Did you...