diff --git a/examples/flows/standard/conditional-flow-for-if-else/README.md b/examples/flows/standard/conditional-flow-for-if-else/README.md index 706e62d3c66..06f4901d48b 100644 --- a/examples/flows/standard/conditional-flow-for-if-else/README.md +++ b/examples/flows/standard/conditional-flow-for-if-else/README.md @@ -28,12 +28,12 @@ pf flow test --flow . pf flow test --flow . --inputs question="What is Prompt flow?" ``` -- Create run with multiple lines data +- Create run with multiple lines of data ```bash pf run create --flow . --data ./data.jsonl --stream ``` -- List and show run meta +- List and show run metadata ```bash # list created run pf run list