From 9632cc0ec000dcb7826158ee1bc5266504cd3a9e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 9 Aug 2020 04:29:44 +0200 Subject: [PATCH] Fix path and remove repeat install --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ef2ddd..a227116 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ $ pip install hyper-rpc ## Example -> **TLDR; See the [example](./example) directory** +> **TLDR; See the [example](https://github.com/hyperpy/hyper-rpc/tree/master/example) directory** Define an RPC service in a `greeter.proto`. @@ -40,7 +40,6 @@ message HelloReply { Then generate the services and stubs with `hyper-rpc`. ```sh -$ pip install hyper-rpc $ hrpc greeter.proto ```