Skip to content

Commit ddb8b6f

Browse files
authored
README LE
1 parent 9f23fc3 commit ddb8b6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

queue/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ City(
119119

120120
### Thread-Safe Queues
121121

122-
Change directory to `src/` and run the script with optional parameters, for example:
122+
Change directory to `src/` and run the script with optional parameters. For example:
123123

124124
```shell
125125
(queue) $ cd src/
@@ -203,7 +203,7 @@ Start a RabbitMQ broker with Docker:
203203
$ docker run -it --rm --name rabbitmq -p 5672:5672 rabbitmq
204204
```
205205

206-
Open separate terminal windows, activate your virtual environment, change directory to `message_brokers/rabbitmq/` and run your producer and consumer scripts:
206+
Open separate terminal windows, activate your virtual environment, change directory to `message_brokers/rabbitmq/`, and run your producer and consumer scripts:
207207

208208
```shell
209209
(queue) $ cd message_brokers/rabbitmq/
@@ -221,7 +221,7 @@ Start a Redis server with Docker:
221221
$ docker run -it --rm --name redis -p 6379:6379 redis
222222
```
223223

224-
Open separate terminal windows, activate your virtual environment, change directory to `message_brokers/redis/` and run your publisher and subscriber scripts:
224+
Open separate terminal windows, activate your virtual environment, change directory to `message_brokers/redis/`, and run your publisher and subscriber scripts:
225225

226226
```shell
227227
(queue) $ cd message_brokers/redis/
@@ -240,7 +240,7 @@ $ cd message_brokers/kafka/
240240
$ docker-compose up
241241
```
242242

243-
Open separate terminal windows, activate your virtual environment, change directory to `message_brokers/kafka/` and run your producer and consumer scripts:
243+
Open separate terminal windows, activate your virtual environment, change directory to `message_brokers/kafka/`, and run your producer and consumer scripts:
244244

245245
```shell
246246
(queue) $ cd message_brokers/kafka/

0 commit comments

Comments
 (0)