Skip to content

Commit f2fd76a

Browse files
committed
📝 Update package desc
1 parent ae7aba8 commit f2fd76a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@
55
</div>
66

77
<div align="center">
8-
<img src="https://img.shields.io/npm/v/react-dot-cursor" alt="NPM Version" />
8+
<a href="https://www.npmjs.com/package/react-dot-cursor">
9+
<img src="https://img.shields.io/npm/v/react-dot-cursor" alt="NPM Version" />
10+
</a>
911
<img src="https://github.com/GuiEpi/react-dot-cursor/actions/workflows/publish-package.yml/badge.svg" alt="Publish Status" />
1012
</div>
1113

1214
<br />
1315

1416
<div align="center">
15-
<strong>An opinionated cursor component animated with <a href="https://motion.dev">Motion</a> for React.</strong>
17+
<strong>A fully customizable cursor component animated with <a href="https://motion.dev">Motion</a> for React.</strong>
1618
</div>
1719

1820
<br />
@@ -38,7 +40,7 @@
3840
- 🚫 Respects disabled attribute
3941
- 🔠 Scales with text size
4042
- 🎥 Animated with motion
41-
- 🎨 Customizable colors
43+
- 🎨 Customizable
4244

4345
## Installation
4446

@@ -56,8 +58,7 @@ npm install react-dot-cursor
5658

5759
## Getting Started
5860

59-
Add the `Cursor` component to your app.
60-
61+
Add the `Cursor` component to your app:
6162
```tsx
6263
import { Cursor } from 'react-dot-cursor';
6364

@@ -70,8 +71,7 @@ const App = () => {
7071
};
7172
```
7273

73-
Then remove the default cursor with CSS.
74-
74+
Then remove the default cursor with CSS:
7575
```css
7676
* {
7777
cursor: none !important;

0 commit comments

Comments
 (0)