Skip to content

Commit e794a74

Browse files
committed
docs: Update README with correct package name and links
1 parent 8014bf1 commit e794a74

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,17 @@
33
<p align="center">A Unocss transformer that converts relative paths in 'url(...)' to absolute paths based on the project root, allowing Vite to recognize and handle these assets.</p>
44

55
<p align="center">
6-
<a>
6+
<a href="https://www.npmjs.com/package/unocss-transformer-css-url-rebase">
77
<img src="https://img.shields.io/npm/v/unocss-transformer-css-url-rebase?style=flat&colorA=080f12&colorB=1fa669" alt="npm version" />
88
</a>
9-
<a>
9+
<a href="https://www.npmjs.com/package/unocss-transformer-css-url-rebase">
1010
<img src="https://img.shields.io/npm/dm/unocss-transformer-css-url-rebase?style=flat&colorA=080f12&colorB=1fa669" alt="npm downloads" />
1111
</a>
12-
<a>
13-
<img src="https://img.shields.io/github/license/unocss-community/unocss-transformer-css-url-rebase.svg?style=flat&colorA=080f12&colorB=1fa669" alt="License" />
14-
</a>
1512
</p>
1613

1714
## Install
1815
```shell
19-
pnpm i -D unocss-transformer-starter
16+
pnpm i -D unocss-transformer-css-url-rebase
2017
```
2118

2219
```ts

0 commit comments

Comments
 (0)