diff --git a/README.md b/README.md index d8f34d5..d052af1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A TailwindCSS plugin to integrate VOV.css animations seamlessly. Install the plugin and its dependencies: ``` -npm install tailwind-vov tailwindcss vov.css +npm install tailwindcss-vov tailwindcss vov.css ``` ## Usage diff --git a/package.json b/package.json index d02cb12..7faec10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-vov", - "version": "0.0.2", + "version": "0.0.3", "main": "./index.js", "scripts": { "dev": "npx tailwindcss -i ./demo/index.css -o ./demo/output.css --watch" @@ -18,6 +18,10 @@ "author": "Vaibhav Tandon", "license": "MIT", "description": "Add VOV CSS as Tailwind CSS plugin to your project.", + "repository": { + "type": "git", + "url": "git+https://github.com/vaibhav111tandon/tailwindcss-vov.git" + }, "peerDependencies": { "tailwindcss": "^3.4.15", "vov.css": "^1.2.0"