Skip to content

Commit 9ca4a6c

Browse files
authored
Update README.md
1 parent 1c7b6cc commit 9ca4a6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ async with client.enter_transaction() as transaction:
4545
await client.send(body=b"hi there!", destination="/DLQ/", transaction=transaction)
4646
await asyncio.sleep(0.1)
4747
```
48-
**Listening for Messages**
48+
49+
### Listening for Messages
4950

5051
Now, let's subscribe to a queue and listen for messages.
5152

0 commit comments

Comments
 (0)