mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-30 16:18:56 +01:00
Correct typos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user