We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08032ba commit 2f05761Copy full SHA for 2f05761
apps/svelte.dev/src/lib/packages-meta.ts
@@ -8,7 +8,7 @@ const FEATURED: {
8
{
9
title: 'Svelte CLI add-ons',
10
description:
11
- '<a href="/docs/cli">sv, the Svelte CLI</a>, lets you instantly add functionality to a new or existing project.',
+ 'The <a href="/docs/cli">Svelte CLI</a> lets you instantly add functionality to a new or existing project with <code>npx sv add</code>.',
12
packages: [
13
{ name: 'tailwindcss', svAlias: 'tailwind' },
14
{ name: 'drizzle-orm', svAlias: 'drizzle' },
0 commit comments