From cc42b3bc86254c9d2494e0cb9001eee542f3d2b8 Mon Sep 17 00:00:00 2001 From: "[d]" Date: Fri, 18 Feb 2022 11:14:49 +0000 Subject: [PATCH] update --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 ```