From 83a78d5e33baf0ea2e1dbef4fd5a0e70ab4af1c3 Mon Sep 17 00:00:00 2001 From: Phillip Romero <155595912+pvtr1998@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:32:19 -0700 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 10cfb4f..c9a8b5d 100644 --- a/README.md +++ b/README.md @@ -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 +