From 650ddab3c1615f699b6519ca33455f2f53eca9a0 Mon Sep 17 00:00:00 2001 From: alexisvisco Date: Tue, 26 Mar 2019 10:41:43 +0100 Subject: [PATCH] fix doc link with badge --- readme.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index b5af01f..11070a5 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,5 @@ +[![GoDoc](https://godoc.org/github.com/expectedsh/go-sonic/sonic?status.svg)](https://godoc.org/github.com/expectedsh/go-sonic/sonic) + ## Go client for the sonic search backend This package implement all commands to work with sonic. If there is one missing, open an issue ! :) @@ -8,10 +10,6 @@ Sonic: https://github.com/valeriansaliou/sonic `go get github.com/expectedsh/go-sonic` -### Documentation - -Documentation can be found here: https://godoc.org/github.com/expectedsh/go-sonic/sonic - ### Example ```go