diff --git a/README.md b/README.md index 4b087af..6333e00 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # hyperspace-rpc +[![Build Status](https://drone.autonomic.zone/api/badges/hyperpy/hyperspace-rpc/status.svg)](https://drone.autonomic.zone/hyperpy/hyperspace-rpc) + ## Raw RPC layer for Hyperspace ## Install @@ -10,6 +12,4 @@ $ pip install hyperspace-rpc ## Example -```python -print("TODO") -``` +See [hyperpy/hyperspace-client](https://github.com/hyperpy/hyperspace-client).