From 3eadb3408fae898d41fc522b8aff556d66a2b34d Mon Sep 17 00:00:00 2001 From: Fabien Salathe Date: Mon, 16 Mar 2026 15:04:03 +0100 Subject: [PATCH] Update README to reflect Svelte 4 support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d664fa..fc2503f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Symfony UX Svelte Symfony UX Svelte integrates [Svelte](https://svelte.dev/) into Symfony applications. -It provides tools to render Svelte 3 components from Twig. +It provides tools to render Svelte 3 or 4 components from Twig. **This repository is a READ-ONLY sub-tree split**. See https://github.com/symfony/ux to create issues or submit pull requests.