Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acidiney authored Jun 7, 2021
1 parent 5825da1 commit 32acec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ async function main () {
await brokher
.setConnection({ uri: 'rabbitmq_credentials' })
.setExchange('logs')
.setQueue('logs-normal')
.setChannel('topic', { durable: false })
.setRoutingKey('normal')
.subscribe('normal', (message) => {
console.log(message);
})
Expand Down

0 comments on commit 32acec5

Please sign in to comment.