From aab77219b24aa9e48f74384e43214621d4c9db1d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 16 Aug 2020 20:38:12 +0200 Subject: [PATCH] Add WIP and TODO markers --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1dac7d8..2994f58 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ## Simple RPC with Protobuf Services +> **Work In Progress** + ## Install Unfortunately, the [hrpc](https://pypi.org/project/hrpc/) package name is already taken on PyPI. @@ -16,6 +18,8 @@ $ pip install hyper-rpc > **The following example files are contained in the [example](https://github.com/hyperpy/hrpc/tree/master/example) directory** +TODO. + ## Acknowledgements ![The person who invented the term RPC](https://upload.wikimedia.org/wikipedia/en/9/90/BruceJayNelson.JPG)