Skip to content

Commit 1967bdb

Browse files
committed
issue #5: fix README installation instructions
Signed-off-by: Matteo Cafasso <[email protected]>
1 parent 471503a commit 1967bdb

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
@@ -15,7 +15,7 @@ Download the .ez files from the latest [release](https://github.com/noxdafox/rab
1515
Enable the plugin:
1616

1717
```bash
18-
[sudo] rabbitmq-plugins enable rabbitmq_message_deduplication_exchange
18+
[sudo] rabbitmq-plugins enable rabbitmq_message_deduplication
1919
```
2020

2121
## Building from Source
@@ -33,7 +33,7 @@ To build the plugin:
3333
Then copy all the *.ez files inside the plugins folder to the [RabbitMQ plugins directory](http://www.rabbitmq.com/relocate.html) and enable the plugin:
3434

3535
```bash
36-
[sudo] rabbitmq-plugins enable rabbitmq_message_deduplication_exchange
36+
[sudo] rabbitmq-plugins enable rabbitmq_message_deduplication
3737
```
3838

3939
## Exchange level deduplication

0 commit comments

Comments
 (0)