Skip to content

Commit b82a946

Browse files
committed
docs: update Readme
1 parent 651dead commit b82a946

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 broker, then you need to replace subject with queue.
75-
# If you are using kafka broker, then you need to replace subject with topic.
74+
# If you are using RabbitBroker, then you need to replace subject with queue.
75+
# If you are using KafkaBroker, then you need to replace subject with topic.
7676
subject="test-subject",
7777
schedule=[{
7878
"cron": "* * * * *",

0 commit comments

Comments
 (0)