<#2588 [Docs] correction for a command: pyflyte ru...
# flytekit
a
#2588 [Docs] correction for a command: pyflyte run Issue created by drleowang In https://docs.flyte.org/en/latest/getting_started/index.html There is a correction for a command: pyflyte run example.py wf --n 500 --mean 42 --sigma 2 pyflyte run --remote example.py wf --n 500 --mean 42 --sigma 2 should be pyflyte run example.py:wf --n 500 --mean 42 --sigma 2 pyflyte run --remote example.py:wf --n 500 --mean 42 --sigma 2 Thanks Leo flyteorg/flyte