mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
docs: drop -D flag from install commands
This commit is contained in:
parent
951d686042
commit
67673d5161
6 changed files with 12 additions and 12 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue