From a33976eed7f4ac825cf2f2064c95508dce7aec16 Mon Sep 17 00:00:00 2001 From: Shreya Shankar Date: Tue, 3 Sep 2024 10:13:11 -0700 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90ce2e0b..016656ac 100644 --- a/README.md +++ b/README.md @@ -827,7 +827,7 @@ pipeline: To run this pipeline, save it as `pipeline.yaml` and execute: ```bash -motion pipeline.yaml +motion run pipeline.yaml ``` This will process the student submissions data, extract themes from each response, unnest the themes, summarize the responses for each theme, and save the theme summaries in `output/theme_summaries.json`.