From 6ed37890673487dd6855eac28f315c0c45f45fdf Mon Sep 17 00:00:00 2001 From: Gabriele Santomaggio Date: Sun, 30 Jan 2022 19:39:41 +0100 Subject: [PATCH] Fix doc --- examples/stream_plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stream_plugin/README.md b/examples/stream_plugin/README.md index 462475c3..56fa1c71 100644 --- a/examples/stream_plugin/README.md +++ b/examples/stream_plugin/README.md @@ -1,6 +1,6 @@ RabbitMQ Stream Examples --- -The [stream plugin](https://www.rabbitmq.com/streams.html) is available starting from RabbitMQ 3.9 +The [stream queues](https://www.rabbitmq.com/streams.html) are available starting from RabbitMQ 3.9 These examples show how to use this lib to create/send/receive messages from stream queues.