From d477b190d39bfddc52afcd1db01ab38c83d72af3 Mon Sep 17 00:00:00 2001 From: Lee <48880804+weiye-Lee@users.noreply.github.com> Date: Fri, 13 Dec 2024 06:49:34 +0000 Subject: [PATCH] chore: fix the readme word spelling --- _examples/basic/4-metrics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_examples/basic/4-metrics/README.md b/_examples/basic/4-metrics/README.md index bd2098e36..79811ed8c 100644 --- a/_examples/basic/4-metrics/README.md +++ b/_examples/basic/4-metrics/README.md @@ -6,7 +6,7 @@ The docker-compose bundle contains the following services: #### Golang -A [Golang](https://hub.docker.com/_/golang) image which runs the [example code](https://github.com/ThreeDotsLabs/watermill/blob/master/_examples/basic/4-metrics/main.go). t consists of a router with a single handler. +A [Golang](https://hub.docker.com/_/golang) image which runs the [example code](https://github.com/ThreeDotsLabs/watermill/blob/master/_examples/basic/4-metrics/main.go). It consists of a router with a single handler. The handler consumes messages from a [Gochannel PubSub](https://github.com/ThreeDotsLabs/watermill/tree/master/message/infrastructure/gochannel), and publishes 0-4 copies of the message with a preconfigured random delay.