Rename to avoid name clash
This commit is contained in:
10
README.md
10
README.md
@ -1,13 +1,13 @@
|
||||
# hrpc
|
||||
# hyper-rpc
|
||||
|
||||
[](https://drone.autonomic.zone/hyperpy/hrpc)
|
||||
[](https://drone.autonomic.zone/hyperpy/hyper-rpc)
|
||||
|
||||
## Simple RPC with Protobuf Services
|
||||
|
||||
## Install
|
||||
|
||||
```sh
|
||||
$ pip install hrpc
|
||||
$ pip install hyper-rpc
|
||||
```
|
||||
|
||||
## Example
|
||||
@ -35,10 +35,10 @@ message HelloReply {
|
||||
}
|
||||
```
|
||||
|
||||
Then generate the services and stubs with `hrpc`.
|
||||
Then generate the services and stubs with `hyper-rpc`.
|
||||
|
||||
```sh
|
||||
$ pip install hrpc
|
||||
$ pip install hyper-rpc
|
||||
$ hrpc greeter.proto
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user