Skip to content

Commit

Permalink
fix(docs): Update variable names in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 2, 2023
1 parent 1b62cc7 commit 43d04eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43d04eb

Please sign in to comment.