From e7a429ede4c706714218318c36c9b251b9c93591 Mon Sep 17 00:00:00 2001 From: Jesse Stuart Date: Tue, 24 Sep 2024 09:59:10 -0400 Subject: [PATCH] fix(README): update repo name in usage example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0834c4..8beb7cd 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ at solving this without changing too much about how the commands are defined. version = "0.1.0" [dependencies] - tauri-ipc-macros = { version = "0.1.2", git = "https://github.com/jvatic/tauri-bindgen-rs-macros.git" } + tauri-ipc-macros = { version = "0.1.2", git = "https://github.com/jvatic/tauri-ipc-macros.git" } serde = { version = "1.0.204", features = ["derive"] } serde-wasm-bindgen = "0.6" wasm-bindgen = "0.2"