Skip to content

Commit 9deae17

Browse files
committed
Update & correct project structure in README
1 parent 71473ac commit 9deae17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ Depending on where you prefer to run the scraper, you can pick one or both. Each
165165
166166
project_root/
167167
168-
├── __init__.py # Package initializer
169168
├── .github # Workflow CI/CD integration
170169
├── .gitignore # Ignore logs, venv, data, and cache files
171170
├── .env # Environment variables (excluded from version control)
@@ -179,6 +178,7 @@ project_root/
179178
├── venv_win/ # Windows Virtual Environment (ignored by version control)
180179
181180
├── src/
181+
│ ├── __init__.py # Package initializer
182182
│ ├── main.py # Main scraper script
183183
│ └── excel_scraper.py # Web scraping module
184184

0 commit comments

Comments
 (0)