Correct typos

This commit is contained in:
Tim Kuehn
2016-09-06 14:05:32 -07:00
parent b7952d3f47
commit f76030ecd7

View File

@@ -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