diff --git a/README.md b/README.md index bdc2ff1..9f9af52 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To use, add the following line to Cargo.toml under [dependencies]: mach_object = "0.1" ``` or alternatively, -``` +```toml mach_object = { git = "https://github.com/flier/rust-macho.git" } ```