Skip to content

Commit

Permalink
Fix readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdidehghandev committed Dec 10, 2024
1 parent be85edd commit 536744b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ A Python-based mini-compiler that performs lexical analysis, parsing, evaluation
- You can change the directory in `main.py`
```python
if __name__ == "__main__":
main('Examples\\test.txt') # Change this section
main(os.path.join('Examples','test.txt')) # Change this section

```
3. **Menu Options**:
Expand Down

0 comments on commit 536744b

Please sign in to comment.