dwb2023 commited on
Commit
fa03eb1
Β·
verified Β·
1 Parent(s): 34cd34c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -20,6 +20,8 @@ python-dateutil>=2.8.2
20
  sqlite3>=3.35.0
21
 
22
  # Project Structure
 
 
23
  event_analysis/
24
  β”œβ”€β”€ src/
25
  β”‚ β”œβ”€β”€ __init__.py
@@ -34,6 +36,7 @@ event_analysis/
34
  β”‚ └── results.html
35
  β”œβ”€β”€ main.py
36
  └── requirements.txt
 
37
 
38
  # Installation and Running
39
  ```bash
 
20
  sqlite3>=3.35.0
21
 
22
  # Project Structure
23
+
24
+ ```txt
25
  event_analysis/
26
  β”œβ”€β”€ src/
27
  β”‚ β”œβ”€β”€ __init__.py
 
36
  β”‚ └── results.html
37
  β”œβ”€β”€ main.py
38
  └── requirements.txt
39
+ ```
40
 
41
  # Installation and Running
42
  ```bash