From b4601447995bd217c225295c9d9f541ac1dabfc4 Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Wed, 17 May 2023 20:46:13 -0300 Subject: [PATCH] Update plugins/dialog/README.md Co-authored-by: Amr Bashir --- plugins/dialog/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dialog/README.md b/plugins/dialog/README.md index 3f384845..172ed55e 100644 --- a/plugins/dialog/README.md +++ b/plugins/dialog/README.md @@ -18,7 +18,7 @@ Install the Core plugin by adding the following to your `Cargo.toml` file: ```toml [dependencies] -@tauri-apps/plugin-dialog = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" } +tauri-plugin-dialog = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" } ``` You can install the JavaScript Guest bindings using your preferred JavaScript package manager: