diff --git a/README.md b/README.md index e381448..25896a3 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ arguments to tarpc fns. Add to your `Cargo.toml` dependencies: ```toml -tarpc = git = { "https://github.com/google/tarpc" } -snake_to_camel = git = { "https://github.com/google/tarpc" } +tarpc = { git = "https://github.com/google/tarpc" } +snake_to_camel = { git = "https://github.com/google/tarpc" } ``` ## Example