diff --git a/README.md b/README.md index 6c21ced..fea342b 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ trait SyncService { and the following future-based trait: ```rust,ignore -trait FutureService for HelloServer { +trait FutureService { type HelloFut = IntoFutue; fn hello(&mut self, name: String) -> Self::HelloFut;