Skip to content

Commit 8396c11

Browse files
authored
fix: docs example
1 parent 0acf176 commit 8396c11

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
@@ -71,8 +71,8 @@ taskiq_broker = BrokerWrapper(broker)
7171
# create periodic task
7272
taskiq_broker.task(
7373
message="Hi!",
74-
# If you are using rabbitmq, then you need to replace subject with queue.
75-
# If you are using kafka, then you need to replace subject with topic.
74+
# If you are using rabbitmq broker, then you need to replace subject with queue.
75+
# If you are using kafka broker, then you need to replace subject with topic.
7676
subject="test-subject",
7777
schedule=[{
7878
"cron": "* * * * *",

0 commit comments

Comments
 (0)