diff --git a/README.md b/README.md index d3e2ecc..ccfa301 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # pubsub +[![Go Reference](https://pkg.go.dev/badge/github.com/mdawar/pubsub.svg)](https://pkg.go.dev/github.com/mdawar/pubsub) [![Tests](https://github.com/mdawar/pubsub/actions/workflows/test.yml/badge.svg)](https://github.com/mdawar/pubsub/actions/workflows/test.yml) `pubsub` is a simple and generic **topic-based** **publish/subscribe** library for in-process communication in **Go**.