v2: fix import path in plugin upload readme (#1122)

pull/1079/head
Vitor Ayres 1 year ago committed by GitHub
parent dabac0eedf
commit 7be37b1909
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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",

Loading…
Cancel
Save