From ece1cc60b9af0de3a46e0813872f027f1bb943b9 Mon Sep 17 00:00:00 2001 From: Maxime Bury Date: Sat, 20 Feb 2016 18:43:31 -0800 Subject: [PATCH] Fix your typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4180735..68d6f3a 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ items expanded by a `service!` invocation. ## Additional Features - Concurrent requests from a single client. -- Any type that `impl`s `serde`'s Serialize` and `Deserialize` can be used in the rpc signatures. +- Any type that `impl`s `serde`'s `Serialize` and `Deserialize` can be used in the rpc signatures. - Attributes can be specified on rpc methods. These will be included on both the `Service` trait methods as well as on the `Client`'s stub methods. - Just like regular fns, the return type can be left off when it's `-> ()`.