From e3b3d7a531fc5ae51669a13471ed0ba408340970 Mon Sep 17 00:00:00 2001 From: Alex Saskevich Date: Mon, 22 Dec 2014 16:45:33 +0300 Subject: [PATCH] New description for the EventBus package https://github.com/asaskevich/EventBus --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09253a7..a4d964c 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries that implement messaging systems* * [dbus](https://github.com/godbus/dbus) - Native Go bindings for D-Bus. -* [EventBus](https://github.com/asaskevich/EventBus) - The lightweight event bus. +* [EventBus](https://github.com/asaskevich/EventBus) - The lightweight event bus with async compatibility. * [go-nsq](https://github.com/bitly/go-nsq) - the official Go package for NSQ * [gopush-cluster](https://github.com/Terry-Mao/gopush-cluster) - gopush-cluster is a go push server cluster. * [NATS](https://github.com/apcera/nats) - A lightweight and highly performant publish-subscribe and distributed queueing messaging system.