mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
v2: fix import path in plugin upload readme (#1122)
This commit is contained in:
@@ -72,7 +72,7 @@ upload(
|
||||
```
|
||||
|
||||
```javascript
|
||||
import { download } from "tauri-plugin-upload-api";
|
||||
import { download } from "@tauri-apps/plugin-upload";
|
||||
|
||||
download(
|
||||
"https://example.com/file-download-link",
|
||||
|
||||
Reference in New Issue
Block a user