From 25622e1f974d09d4bf321c48bb5b295820169aec Mon Sep 17 00:00:00 2001 From: Lane Wagner Date: Sun, 27 Nov 2022 20:22:05 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8258f3a..2db5b17 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Supported by [Boot.dev](https://boot.dev) ### Goal -The goal with `go-rabbitmq` is to provide *most* (but not all) of the nitty-gritty functionality of AMQP, but to make it easier to work with via a higher-level API. Particularly: +The goal with `go-rabbitmq` is to provide *most* (but not all) of the nitty-gritty functionality of Streadway's AMQP, but to make it easier to work with via a higher-level API. `go-rabbitmq` is also built specifically for Rabbit, not for the AMQP protocol. In particular we want: * Automatic reconnection * Multithreaded consumers via a handler function