diff --git a/docs/getting_started/run_schedule.md b/docs/getting_started/run_schedule.md index d8d650a7ad..3aaca66254 100644 --- a/docs/getting_started/run_schedule.md +++ b/docs/getting_started/run_schedule.md @@ -73,7 +73,7 @@ environment, you can import and execute it directly: Before execute it directly, you need to register the workflow first. ```{prompt} bash $ -pyflyte register wf.py +pyflyte register wf.py ``` ```{code-block} python @@ -347,4 +347,4 @@ In this guide, you learned about how to: - Run tasks, workflows, and launch plans using `FlyteRemote`. - Create a cron schedule to run a launch plan at a specified time interval. -In the next guide, you'll learn how to visualize tasks using Flyte Decks. \ No newline at end of file +In the next guide, you'll learn how to visualize tasks using Flyte Decks.