From 43d04eb8dbdcd26219a8f7ce7c9450d5786b8df5 Mon Sep 17 00:00:00 2001 From: Young Joon Lee Date: Mon, 3 Jul 2023 04:16:07 +0900 Subject: [PATCH] fix(docs): Update variable names in examples --- docs/examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples.md b/docs/examples.md index 77374215..41fdfdd4 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -44,8 +44,8 @@ ws = HyFI.init_project( verbose=True, ) -print("project_dir:", ws.project_dir) -print("project_workspace_dir:", ws.project_workspace_dir) +print("Project directory:", prj.root_dir) +print("Workspace directory:", prj.workspace_dir) ``` ## Compose Configuration