Skip to content

Commit

Permalink
Merge pull request #125 from optiopay/fix-readme-badge
Browse files Browse the repository at this point in the history
Fix readme badge
  • Loading branch information
dgellow committed Nov 4, 2019
2 parents 7d36549 + 5a7a834 commit 3fc0c99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,5 +1,5 @@
[![CircleCI](https://circleci.com/gh/optiopay/kafka.svg?style=svg)](https://circleci.com/gh/optiopay/kafka)
[![GoDoc](https://godoc.org/github.com/optiopay/kafka?status.png)](https://godoc.org/github.com/optiopay/kafka)
[![Tests status](https://github.com/optiopay/kafka/workflows/Kafka/badge.svg)](https://github.com/optiopay/kafka/actions?query=workflow%3AKafka)
[![GoDoc](https://godoc.org/github.com/optiopay/kafka/v2?status.png)](https://godoc.org/github.com/optiopay/kafka/v2)

# Kafka

Expand All @@ -10,8 +10,8 @@ Kafka provides minimal abstraction over wire protocol, support for transparent
failover and easy to use blocking API.


* [godoc](https://godoc.org/github.com/optiopay/kafka) generated documentation,
* [code examples](https://godoc.org/github.com/optiopay/kafka#pkg-examples)
* [godoc](https://godoc.org/github.com/optiopay/kafka/v2) generated documentation,
* [code examples](https://godoc.org/github.com/optiopay/kafka/v2#pkg-examples)

## Example

Expand Down

0 comments on commit 3fc0c99

Please sign in to comment.