docs: add missing installation, npm i -> npm install

This commit is contained in:
StEve YoUng
2025-07-18 11:45:11 +08:00
parent f6c5f2ceda
commit 2792d6c5ec
14 changed files with 15 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ import type { CodeObject } from '../../../types/code';
export const blobCursor: CodeObject = {
cli: `npx jsrepo add https://vue-bits.dev/ui/Animations/BlobCursor`,
installation: `npm i gsap`,
installation: `npm install gsap`,
usage: `<template>
<BlobCursor
blobType="circle"