From 456d9f192196db44250f8760b84c2cc7c8028b8e Mon Sep 17 00:00:00 2001 From: ArtemIsmagilov <118372045+ArtemIsmagilov@users.noreply.github.com> Date: Fri, 21 Mar 2025 20:43:23 +0400 Subject: [PATCH] Update getting-started.md --- docs/guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 4c6561ab..1d9e1c3f 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -66,7 +66,7 @@ Calling the `startup` method is necessary. If you don't call it, you may get an If you run this code, you will get this in your terminal: ```bash:no-line-numbers -❯ python mybroker.py +❯ python broker.py Task execution took: 7.3909759521484375e-06 seconds. Returned value: 2 ```