Skip to content

Commit 54fb67d

Browse files
authored
Update Project Structure in readme
1 parent e74020b commit 54fb67d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ OpenModelica-GUI/
3737
├── .github/ # GitHub-related files (workflows, issue templates, etc.)
3838
├── .venv/ # Python virtual environment directory (optional)
3939
├── .vscode/ # VS Code configuration directory (settings, launch configurations, etc.)
40-
├── assessts/
41-
└── banner.png # Banner image used in the GUI application
42-
└── icons8-mechanical-64.png # Application logo displayed on the window
40+
├── assessts/ # application banner and icon files
41+
├── logs/ # log of changes in application/repository
4342
├── NonInteractingTanks/ # Directory containing the Tank and Tank2 Modelica files
4443
├── NonInteractingTanks.TwoConnectedTanks/ # Directory for the compiled executable and dependencies
4544
├── main.py # Main Python script for running the GUI application

0 commit comments

Comments
 (0)