Skip to content

Commit bb13981

Browse files
fixing file structure
1 parent 752a2f0 commit bb13981

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ To assist readers in connecting the book material with the Python implementation
3333
```text
3434
bookCodePython/
3535
├── examples/ # Textbook example scripts organized by chapter
36-
├── src/ # Core propagation source code
3736
├── requirements.txt # Optional: Python dependencies
3837
├── LICENSE
39-
└── README.md
38+
├── OpticalWavePropSim.py
39+
├── README.md
40+
└── requirements.txt
4041
```
4142

4243
---

0 commit comments

Comments
 (0)