Skip to content

Commit 90ef55a

Browse files
committed
docs: update readme
1 parent ec1935c commit 90ef55a

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
@@ -56,8 +56,8 @@ RabbitMQ Library to using Event Driven Application based on Publish/Subscribe bu
5656
// create instance of the subscriber
5757
var Subscriber = subscriber.NewSubscriber("SUBSCRIBER_NAME", nil, handler)
5858

59-
// register subscriber to amqp
60-
client.AddSubscriber(Subscriber)
59+
// register subscriber to amqp
60+
client.AddSubscriber(Subscriber)
6161

6262
```
6363

0 commit comments

Comments
 (0)