From a7a266e229c4b61e54939f515f5b09d743c8200c Mon Sep 17 00:00:00 2001 From: selemondev Date: Tue, 3 Mar 2026 13:11:52 -0700 Subject: [PATCH] docs: update dependency install command --- site/src/surfaces/installation/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/surfaces/installation/index.tsx b/site/src/surfaces/installation/index.tsx index cb7dfde..45f1ea8 100644 --- a/site/src/surfaces/installation/index.tsx +++ b/site/src/surfaces/installation/index.tsx @@ -9,9 +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", + bun: "bun add web-haptics", }; export const InstallCommands = () => {