From 067b019586abd7afd1cb8eff5aaf0419b1678b4d Mon Sep 17 00:00:00 2001 From: MentalGear <2837147+MentalGear@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:01:02 +0100 Subject: [PATCH] docs(style): add single update command line for consistency (#824) Co-authored-by: AdrianGonz97 <31664583+AdrianGonz97@users.noreply.github.com> --- apps/www/src/content/cli.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/www/src/content/cli.md b/apps/www/src/content/cli.md index 5f09c4d95..c23ea6f60 100644 --- a/apps/www/src/content/cli.md +++ b/apps/www/src/content/cli.md @@ -87,7 +87,11 @@ Options: Use the `update` command to update components in your project. This will overwrite any modifications you've made to the components, so be sure to commit your changes before running this command. -We plan on improving this command in the future to improve the update experience. +```bash +npx shadcn-svelte@latest update [component] +``` + +### Options ```txt Usage: shadcn-svelte update [options] [components...]