From fc7bbf785b25ab190d3c7e6ad48faa8ae5e769df Mon Sep 17 00:00:00 2001 From: Rod Date: Fri, 16 Feb 2018 14:10:41 -0500 Subject: [PATCH] add note about v2.x API --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bc58565..f82ccec 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,13 @@ +## PLEASE NOTE: + +Version 2.x of `amqp-util` changes some parts of the API but this README file currently describes the amqp-util v1.x. + +In the meantime please see the comments in `amqp-consumer.coffee`, `amqp-producer.coffee` and `amqp-base.coffee` for details and examples for the new API. + + ## Installing ### Via npm