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

This commit is contained in:
Vitor Ayres
2024-03-27 22:03:32 -03:00
committed by GitHub
parent dabac0eedf
commit 7be37b1909
+1 -1
View File
@@ -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",