From ff9af707c4ae6245ea114d2bb0a4b9f922375ee1 Mon Sep 17 00:00:00 2001 From: Aidan Bleser <117548273+ieedan@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:35:09 -0600 Subject: [PATCH] Update index.md Co-authored-by: Hunter Johnston <64506580+huntabyte@users.noreply.github.com> --- sites/docs/src/content/migration/svelte-5/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/docs/src/content/migration/svelte-5/index.md b/sites/docs/src/content/migration/svelte-5/index.md index 3d00c5d5f..f37f6a5b0 100644 --- a/sites/docs/src/content/migration/svelte-5/index.md +++ b/sites/docs/src/content/migration/svelte-5/index.md @@ -29,7 +29,7 @@ Note: This works best for projects that have not changed the contents of `tailwi ### Update `components.json` -Update the registry and add the `hooks` key under `aliases`. +Add the `registry` to the root object, and add `hooks` and `ui` keys under `aliases`. ```json {2} {13} {16} {