mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
docs: add missing installation, npm i -> npm install
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user