diff --git a/README.md b/README.md index 6952f5f..6da5a6c 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,11 @@ cp437 ansi parsing 03. `python3 test.py` ## files overview ``` -dr1p4ns1.py - main file, reads file.ans and attempts to parse and display -work.ans - this ansi file is loaded by dr1p4ns1.py, this is the logic testing +dr1p4ns1.py - main file, reads 'work.ans' and attempts to parse and display +work.ans - this ansi file is loaded by 'dr1p4ns1.py', this is the logic testing test.py - used to generate test ansi file and presents table data ``` -- _dr1p4ns1.py -- _work.ans -- _test.py +- dr1p4ns1.py +- work.ans +- test.py ```