From f76030ecd74c6cc8fdf93bfe47f630c91f520edd Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Tue, 6 Sep 2016 14:05:32 -0700 Subject: [PATCH] Correct typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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