From bc679a9761a0caa2d2090694bef8d336d75bc538 Mon Sep 17 00:00:00 2001 From: Cekis Date: Thu, 21 Feb 2019 11:28:47 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 009c137..22c77fc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#APT Analyzer +# APT Analyzer -##Usage +## Usage You probably don't want to run this directly. You can, but most settings were hard coded instead of being arguments (i.e. set to my E: drive). That being said, feel free to fork and modify how you see fit. Most of the value is in the libraries in how they read the APT files and which tags they actually pull out. The library files (APT, LOD, MSH, etc) are NOT complete... they do NOT read all possible tags at this time. They only read the tags I wanted them to read for the purpose this thing was made for - creating server side SSA files. You can safely assume any tags this thing does NOT read were NOT important to this purpose.