From 00cfed9d39366a454e3ad5f04cc2710c136698a5 Mon Sep 17 00:00:00 2001 From: Gokul Prathin Date: Tue, 3 Oct 2023 21:16:14 -0400 Subject: [PATCH] readme changed to correct function name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: