Browse Source

Update README.md

pull/80/head
Lane Wagner 4 years ago
committed by GitHub
parent
commit
0aade9b12b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -92,7 +92,7 @@ if err != nil {
### Default options
```go
publisher, _, err := rabbitmq.NewPublisher("amqp://user:pass@localhost", rabbitmq.Config{})
publisher, err := rabbitmq.NewPublisher("amqp://user:pass@localhost", rabbitmq.Config{})
if err != nil {
log.Fatal(err)
}


Loading…
Cancel
Save