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} {