diff --git a/README.md b/README.md index dae8bff..3d1aee6 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,8 @@ Alternatively, you can import a workflow by specifying the path to the workflow 7. **Viewing Workflow and Process History**: To retrieve the history of a workflow run or a process run, use the respective commands: ```python -geoweaver.history("") -geoweaver.history("") +geoweaver.get_workflow_history("") +geoweaver.get_process_history("") ``` 8. **Inspecting Process Source Code**: To view the source code of a process, use the following command: