Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonNesvold authored Sep 16, 2024
1 parent 344378e commit 00d21b2
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 @@ -43,7 +43,7 @@ RABBITMQ_KEY=/path/to/file
- Example 1: Lets create a blocking connection on localhost with no TLS encryption

```python
from mrsal.amqp import MrsalAMQP
from mrsal.amqp.subclass import MrsalAMQP
mrsal = MrsalAMQP(
host=RABBITMQ_DOMAIN, # Use a custom domain if you are using SSL e.g. mrsal.on-example.com
port=int(RABBITMQ_PORT),
Expand Down

0 comments on commit 00d21b2

Please sign in to comment.