Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pvtr1998 authored Jun 5, 2024
1 parent 61850ec commit 83a78d5
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,17 @@ Lastly, our analysis.py module offers a suite of tools for conducting Principal

## Architecture
###
graph TD;
A[TheBattmobile] -->|Contains| B[Branches];
A -->|Has| C[Commits];
B --> D[Master Branch];
B --> E[Feature Branch];
C --> F[Commit 1];
C --> G[Commit 2];
.
├── alfred
│ ├── etl.py
│ └── vis.py
| |
├── doc
│ ├── test_main.py
│ └── test_helper.py
├── README.md
└── setup.py




Expand Down

0 comments on commit 83a78d5

Please sign in to comment.