From 3c37997f54554c7e28e5783affbd6b9bd2d9f46c Mon Sep 17 00:00:00 2001 From: Shreya Shankar Date: Tue, 20 Aug 2024 15:36:19 -0700 Subject: [PATCH] Readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0de5a7f4..02a6db4f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ pip install -r requirements.txt To run a pipeline defined in a YAML file, use the `motion` command: ```bash -motion pipeline.yaml +motion run pipeline.yaml ``` This command will execute the pipeline defined in `pipeline.yaml`.