diff --git a/README.md b/README.md index c29de6c..dd9855e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,9 @@ data from `localhost:8000` **where the Django app must be running**. ## CLI 1. Run pipenv shell. 2. Create a workflow using UI and save it. -3. Run it as: pyworkflow --file-directory (path-to-json-workflow-file) execute +3. Run it as: pyworkflow execute (paths-to-json-workflow-files-separated-by-space) + + --- ## Tests