From 97dd7e5353c49baf9cd26c719bf5c378ae09df64 Mon Sep 17 00:00:00 2001 From: decoded Date: Mon, 28 Feb 2022 17:51:15 -0600 Subject: [PATCH] v2.3 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f325cdf..d3ef217 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ running 'python3 dr1p4ns1.py /path/to/ansi/files' will load all the .ans files i ```d=dr1p4ns1(ansifile=_FILE_,width=80,debug=False)``` ## files overview ``` -/dr1p4ns1.py - main file, reads 'work.ans' and attempts to parse and display -/ansiscii/ - storing the ansi and ascii graphics in this subdirectory while testing -/test.py - used to generate test ansi file and presents table data -/test.ans - thie file is created after running test.py to contain controlled test data +[dr1p4ns1.py](dr1p4ns1.py) - main file, reads 'work.ans' and attempts to parse and display +ansiscii/ - storing the ansi and ascii graphics in this subdirectory while testing +test.py - used to generate test ansi file and presents table data +test.ans - thie file is created after running test.py to contain controlled test data ``` ## state ```