8000 chore: clarify officially supported version (#212) · sveltejs/svelte-devtools@4041a4b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4041a4b

Browse files
authored
chore: clarify officially supported version (#212)
1 parent c44e493 commit 4041a4b
8000

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ After installing you will see a new tab in Developer Tools. This tab displays a
1919

2020
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.
2121

22-
This extension officially supports Svelte 4.0 and above.
22+
This extension officially supports Svelte version `^4.0.0`.
2323

2424
## Development
2525

workspace/extension/src/routes/ConnectMessage.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<p style:font-size="1rem">Not working? Did you...</p>
1515
<ul>
1616
<li>Build with dev mode enabled?</li>
17-
<li>Use Svelte version 4.0.0 or above?</li>
17+
<li>Use Svelte version ^4.0.0?</li>
1818
</ul>
1919
</footer>
2020
</main>

0 commit comments

Comments
 (0)
0