From 5de43eca2eb68a3597cf93cf6a9f85f407f222b3 Mon Sep 17 00:00:00 2001 From: Jose Manuel Robles Date: Sat, 27 Jan 2018 19:48:42 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97a5434..e995db5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Conejo [![Go Report Card](https://goreportcard.com/badge/github.com/josemrobles/conejo)](https://goreportcard.com/report/github.com/josemrobles/conejo) [![GoDoc](https://godoc.org/github.com/josmrobles/conejo?status.svg)](https://godoc.org/github.com/josemrobles/pesto) [![Sourcegraph](https://sourcegraph.com/github.com/josemrobles/conejo/-/badge.svg)](https://sourcegraph.com/github.com/josemrobles/conejo?badge) +# Conejo [![Go Report Card](https://goreportcard.com/badge/github.com/josemrobles/conejo)](https://goreportcard.com/report/github.com/josemrobles/conejo) [![GoDoc](https://godoc.org/github.com/josmrobles/conejo?status.svg)](https://godoc.org/github.com/josemrobles/conejo) [![Sourcegraph](https://sourcegraph.com/github.com/josemrobles/conejo/-/badge.svg)](https://sourcegraph.com/github.com/josemrobles/conejo?badge) Golang lib for RabbitMQ Connecting, Consuming, and Publishing. Needs a great deal of refining, but it's quick & dirty and gets the job done for my current project. WIll definitely refactor in the near future.