Skip to content

Commit

Permalink
v2: fix import path in plugin upload readme (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasfvitor authored Mar 28, 2024
1 parent dabac0e commit 7be37b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/upload/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7be37b1

Please sign in to comment.