Skip to content

Commit bf0c096

Browse files
committed
docs: update readme
1 parent b8e3004 commit bf0c096

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/execution-service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ If compilation error exists or any of the tests (visible and hidden) fails, stat
220220

221221
A message queue is used to pass submission results asynchronously from the execution-service to the history-service.
222222

223-
1. In order to do so, we can run the following command to set up a docker container for rabbitmq:
223+
1. In order to do so, we can run the following command to set up a docker container for RabbitMQ:
224224

225225
```bash
226226
docker run -d --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3-management

apps/history-service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ go run main.go
7878

7979
A message queue is used to pass submission results asynchronously from the execution-service to the history-service.
8080

81-
1. In order to do so, we can run the following command to set up a docker container for rabbitmq:
81+
1. In order to do so, we can run the following command to set up a docker container for RabbitMQ:
8282

8383
```bash
8484
docker run -d --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3-management

0 commit comments

Comments
 (0)