From d3d7dc4ad09ee64bbccf416d3054c412a97f7d29 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sun, 5 Aug 2018 18:32:28 -0700
Subject: [PATCH] Update readme

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9f18b99..3329277 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Log Alerting
+Log Alerting [![pipeline status](https://git.ethitter.com/debian/eth-log-alerting/badges/master/pipeline.svg)](https://git.ethitter.com/debian/eth-log-alerting/commits/master)
 ============
 
 Pipe logs to Mattermost (or Slack) webhooks
@@ -11,7 +11,7 @@ Pipe logs to Mattermost (or Slack) webhooks
 
 1. `git clone https://git.ethitter.com/debian/eth-log-alerting.git /usr/local/bin/eth-log-alerting`
 1. `cd /usr/local/bin/eth-log-alerting`
-1. `go get github.com/42wim/matterbridge/matterhook`
+1. `go get github.com/ashwanthkumar/slack-go-webhook`
 1. `go get github.com/asaskevich/govalidator`
 1. `go get github.com/hpcloud/tail`
 1. `go build eth-log-alerting.go`
-- 
GitLab