docs: replace yarn with npm as default

This commit is contained in:
Eric Liu 2024-11-03 14:02:13 -08:00
commit 61eeb37a74
4 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
<script lang="ts">
export let copy = (text: string) => text;
export let code = "yarn add carbon-component-svelte";
export let code = "npm i carbon-component-svelte";
import { CodeSnippet } from "../types";
</script>