Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Sep 22, 2024
1 parent af1674c commit af88d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,9 +679,9 @@ Examples:
from message files previously recorded to this directory and replayed in the
order they were recorded
* `echo hello | rabtap pub --exchange amq.fanout --property Expiration=1000` -
publish `hello` to exchange amqp.fanout and set the message expiration to 1000ms.
publish `hello` to exchange `amq.fanout` and set the message expiration to 1000ms.
* `echo hello | gzip | rabtap pub --exchange amq.fanout --property ContentEncoding=gzip` -
publish gzip compressed `hello` to exchange `amqp.fanout` and set the `ContentEncoding`
publish gzip compressed `hello` to exchange `amq.fanout` and set the `ContentEncoding`
message property accordingly.

#### Poor mans shovel
Expand Down

0 comments on commit af88d0c

Please sign in to comment.