From a5f7c938ea4ea874a86441b9edf069db1b7000e6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 9 Aug 2020 11:06:27 +0200 Subject: [PATCH] Add CI badge and point to soon-to-be-created repo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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).