docs(global-shortcut): fix cargo name

closes #946
pull/951/head
amrbashir 1 year ago
parent 2e7ef46d8b
commit 53c0e89860
No known key found for this signature in database
GPG Key ID: BBD7A47A2003FF33

@ -23,7 +23,7 @@ Install the Core plugin by adding the following to your `Cargo.toml` file:
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
tauri-plugin-global-shortcut = "2.0.0-beta"
# alternatively with Git:
tauri-plugin-shortcut = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
tauri-plugin-global-shortcut = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
```
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:

Loading…
Cancel
Save