From 7ecd14bf46af74959be1bf986f285afe685772ea Mon Sep 17 00:00:00 2001 From: Achille Date: Mon, 15 Apr 2024 15:46:27 -0700 Subject: [PATCH] Update README.md Co-authored-by: Chris O'Hara --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42030af..849b5c1 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ dispatch login Then we are ready to run the example program we wrote above: ```console -dispatch run -- main.py +dispatch run -- python3 main.py ``` ### Writing Transactional Applications with Dispatch