diff --git a/site/src/surfaces/installation/index.tsx b/site/src/surfaces/installation/index.tsx index 0489ec4..45f1ea8 100644 --- a/site/src/surfaces/installation/index.tsx +++ b/site/src/surfaces/installation/index.tsx @@ -9,10 +9,9 @@ import { useHaptics } from "../../hooks/useHaptics"; const pkgCmds = { npm: "npm i web-haptics", - pnpm: "pnpm i web-haptics", + pnpm: "pnpm add web-haptics", yarn: "yarn add web-haptics", - bun: "bun i web-haptics", - skill: "npx skills add lochie/web-haptics", + bun: "bun add web-haptics", }; export const InstallCommands = () => {