Skip to content

Commit e2ef102

Browse files
committed
Clarify instructions in README
1 parent 88b4f38 commit e2ef102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Dump messages from a RabbitMQ queue to files, without affecting the queue.
66

77
### Download a release
88

9-
Precompiled binary pacakges can be found on the
9+
Precompiled binary packages can be found on the
1010
[releases](https://github.com/dubek/rabbitmq-dump-queue/releases) page.
1111

1212
### Compile from source
@@ -24,7 +24,7 @@ go get github.com/dubek/rabbitmq-dump-queue
2424
To dump the first 50 messages of queue `incoming_1` to `/tmp`:
2525

2626
```
27-
rabbitmq-dump-queue -url="amqp://user:[email protected]:5672/" -queue=incoming_1 -max-messages=50 -output-dir=/tmp
27+
rabbitmq-dump-queue -uri="amqp://user:[email protected]:5672/" -queue=incoming_1 -max-messages=50 -output-dir=/tmp
2828
```
2929

3030
This will create the files `/tmp/msg-0000`, `/tmp/msg-0001`, and so on.

0 commit comments

Comments
 (0)