docs: drop -D flag from install commands

This commit is contained in:
Eric Liu 2024-11-03 13:57:05 -08:00
commit 67673d5161
6 changed files with 12 additions and 12 deletions

View file

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