Skip to content

Commit b8e3004

Browse files
committed
docs: update readme
1 parent 8bd3d10 commit b8e3004

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
@@ -216,7 +216,7 @@ If compilation error exists or any of the tests (visible and hidden) fails, stat
216216
}
217217
```
218218

219-
## Setting up message queue with history-service
219+
## Setting up message queue with RabbitMQ
220220

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

apps/history-service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The server will be available at http://localhost:8082.
7474
go run main.go
7575
```
7676

77-
## Setting up message queue with history-service
77+
## Setting up message queue with RabbitMQ
7878

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

0 commit comments

Comments
 (0)