From 17eadadcc24a34742612785f6538389b8b2670f1 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 7 Nov 2015 13:22:03 -0500 Subject: [PATCH] use godoc badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82317ea..9bc6643 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ jsonstream ========== +[![GoDoc](https://godoc.org/github.com/brettlangdon/jsonstream?status.svg)](https://godoc.org/github.com/brettlangdon/jsonstream) + `jsonstream` is a utility for interacting with a newline delimited JSON stream (e.g. log files which log as JSON). The goal of `jsonstream` is to help convert a stream of JSON data into a format more friendly to typical UNIX tools. -[Documentation](https://godoc.org/github.com/brettlangdon/jsonstream) - ## Quick start To install `jsonstream` run `go get github.com/brettlangdon/jsonstream/cmd/...`