From 5ff4b3ee5cc4f30e875b30f9ff51a8b360b36dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20Healy?= Date: Sat, 25 Apr 2026 03:12:07 +0100 Subject: [PATCH] Fix README formatting. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cead0c7..2342f06 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ assumptions about a microservice: 4. Rather than hard-coding the inbound and outbound queues, the microservice communicates with a self-contained configuration service shared across all microservices. - i. This service provides inbound queue name, as well as any outbound queues - and their corresponding case variables. - ii. It is also responsible for providing the RabbitMQ connection details - (host, port, username, password), and the object-storage host plus GNU - `pass` references for the S3 access key and secret key. + - This service provides inbound queue name, as well as any outbound queues + and their corresponding case variables. + - It is also responsible for providing the RabbitMQ connection details + (host, port, username, password), and the object-storage host plus GNU + `pass` references for the S3 access key and secret key. The `slingshot-microservice` framework handles setting up the RabbitMQ connection, listening to the inbound queue and routing results based on case variables.