Skip to content

Commit 3400dfc

Browse files
authored
Update Deno quick start command (#1910)
1 parent b454563 commit 3400dfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/landing-page/src/components/code-snippet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function CodeSnippet() {
5252
<TabContent manager="bun" command="create solid" />
5353
<TabContent manager="npm" command="create solid" />
5454
<TabContent manager="yarn" command="create solid" />
55-
<TabContent manager="deno" command="run -A npm:create-solid" />
55+
<TabContent manager="deno" command="init --npm solid" />
5656
</Tabs>
5757
<Suspense>
5858
<small class="font-mono text-right pt-2 inline-block w-full dark:text-sky-400/60 text-sky-950">

0 commit comments

Comments
 (0)