Skip to content

Commit

Permalink
fix: use add instead of install (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan authored Jan 12, 2025
1 parent 401b857 commit cfedcff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/docs/src/lib/components/docs/pm-install.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
export let command: string = "";
</script>

<PMBlock type="install" {command} />
<PMBlock type="add" {command} />

0 comments on commit cfedcff

Please sign in to comment.