From 4190fdecb81fdde37b4a1219622b092150c89a89 Mon Sep 17 00:00:00 2001 From: Peter van Nostrand Date: Fri, 4 May 2018 15:12:51 -0400 Subject: [PATCH] Updated readme. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b236653..d8ef826 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -# poagov +# About -A tool to monitor the POA Network's blockchain for +A tool to monitor a POA Network blockchain for [governance events](https://github.com/poanetwork/wiki/wiki/Governance-Overview). # Building To build the `poagov` CLI tool, run the following: - $ git clone git@github.com:poanetwork/poa-governance-notifications.git + $ git clone https://github.com/poanetwork/poa-governance-notifications.git $ cd poa-governance-notifications $ cargo build --release