Skip to content

Commit 55da55c

Browse files
committed
docs: fix typo
1 parent 9376081 commit 55da55c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<a name="readme-top"></a>
22

3-
# `@proj-airi/unplugin-download`
3+
# `@proj-airi/unplugin-fetch`
44

55
Helper plugin for helping installing the remote assets into public dir.
66

@@ -10,15 +10,15 @@ Pick the package manager of your choice:
1010

1111
```shell
1212
ni @proj-airi/lobe-icons -D # from @antfu/ni, can be installed via `npm i -g @antfu/ni`
13-
pnpm i @proj-airi/unplugin-download -D
14-
yarn i @proj-airi/unplugin-download -D
15-
npm i @proj-airi/unplugin-download -D
13+
pnpm i @proj-airi/unplugin-fetch -D
14+
yarn i @proj-airi/unplugin-fetch -D
15+
npm i @proj-airi/unplugin-fetch -D
1616
```
1717

1818
### UnoCSS usage
1919

2020
```typescript
21-
import { Download } from '@proj-airi/unplugin-download/vite'
21+
import { Download } from '@proj-airi/unplugin-fetch/vite'
2222
import { defineConfig } from 'vite'
2323

2424
export default defineConfig({

0 commit comments

Comments
 (0)