From 97747a6131b5abe84473837cd93a568a29d8528f Mon Sep 17 00:00:00 2001 From: Lane Wagner Date: Sun, 27 Nov 2022 20:21:03 -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 738957b..8258f3a 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 still provide most 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 AMQP, but to make it easier to work with via a higher-level API. Particularly: * Automatic reconnection * Multithreaded consumers via a handler function