mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
docs: replace yarn
with npm
as default
This commit is contained in:
parent
67673d5161
commit
61eeb37a74
4 changed files with 10 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue