diff --git a/docs/migration/v0.5.x-to-v0.6.x.md b/docs/migration/v0.5.x-to-v0.6.x.md index 8535b5b907a..72216124321 100644 --- a/docs/migration/v0.5.x-to-v0.6.x.md +++ b/docs/migration/v0.5.x-to-v0.6.x.md @@ -23,7 +23,7 @@ We changed some properties for components to align with Figma properties: ## Automate migration via CLI -We provide a cli tool to auto migrate your source code. Use this command in your repository: +We provide a cli tool to auto migrate your source code (except for `content` to `text` attribute on `Accordion-Item`). Use this command in your repository: ```shell npx @db-ui/migration --type=v005_v006 --src=./src