diff --git a/README.md b/README.md index 1e270f8..4eea7ca 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,9 @@ This crate is not yet published to crates.io, so you need to use it from git. You also need a global installation of [`esbuild`]. ```toml -tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys" } // v1, main repo -tauri-sys = { git = "https://github.com/bicarlsen/tauri-sys" } // v2 branch +tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys" } // tauri v1 api, main repo +// OR +tauri-sys = { git = "https://github.com/bicarlsen/tauri-sys", branch = "v2" } // tauri v2 api ``` ## Usage