diff --git a/examples/demo_actor/README.md b/examples/demo_actor/README.md index db63e1e4..249c5e87 100644 --- a/examples/demo_actor/README.md +++ b/examples/demo_actor/README.md @@ -200,7 +200,7 @@ timeout_seconds: 60 ```bash cd demo_actor - unittest test_demo_actor.py + python -m unittest test_demo_actor.py ``` Expected output (note that the unit test print outputs might not necessarily be in this order - what really matters is that all tests pass anyway):