Skip to content

Commit e7a429e

Browse files
committed
fix(README): update repo name in usage example
1 parent b729ab9 commit e7a429e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ at solving this without changing too much about how the commands are defined.
2424
version = "0.1.0"
2525

2626
[dependencies]
27-
tauri-ipc-macros = { version = "0.1.2", git = "https://github.com/jvatic/tauri-bindgen-rs-macros.git" }
27+
tauri-ipc-macros = { version = "0.1.2", git = "https://github.com/jvatic/tauri-ipc-macros.git" }
2828
serde = { version = "1.0.204", features = ["derive"] }
2929
serde-wasm-bindgen = "0.6"
3030
wasm-bindgen = "0.2"

0 commit comments

Comments
 (0)