From 3466c88c8818522f22a45ec3e103017b783d7431 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:28:40 +0530 Subject: [PATCH] Update README.md --- spring-amqp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-amqp/README.md b/spring-amqp/README.md index 7d202f49f8..453674bd89 100644 --- a/spring-amqp/README.md +++ b/spring-amqp/README.md @@ -4,7 +4,7 @@ This module contains articles about Spring with the AMQP messaging system ## Relevant articles: -- [Messaging With Spring AMQP](https://www.baeldung.com/spring-amqp) +- [Messaging with Spring AMQP](https://www.baeldung.com/spring-amqp) - [RabbitMQ Message Dispatching with Spring AMQP](https://www.baeldung.com/rabbitmq-spring-amqp) - [Error Handling with Spring AMQP](https://www.baeldung.com/spring-amqp-error-handling) - [Exponential Backoff With Spring AMQP](https://www.baeldung.com/spring-amqp-exponential-backoff)