diff --git a/apps/www/src/app/_components/installation-code.tsx b/apps/www/src/app/_components/installation-code.tsx index 90dd21b23c..0bf887248d 100644 --- a/apps/www/src/app/_components/installation-code.tsx +++ b/apps/www/src/app/_components/installation-code.tsx @@ -39,7 +39,7 @@ export function InstallationCode({ __npmCommand__: code, __pnpmCommand__: code.replaceAll('npm install', 'pnpm add'), __yarnCommand__: code.replaceAll('npm install', 'yarn add'), - __bunCommand__: code.replaceAll('npm install', 'yarn add'), + __bunCommand__: code.replaceAll('npm install', 'bun add'), }} className={cn('absolute right-4 top-4')} />