summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index db7b9a0..8045765 100644
--- a/README
+++ b/README
@@ -39,11 +39,11 @@ or
39 39
40SUPPORTED FORMAT 40SUPPORTED FORMAT
41================ 41================
42See FORMATS 42See ./data/FORMATS
43 43
44HOW TO IMPLEMENT NEW FORMATS 44HOW TO IMPLEMENT NEW FORMATS
45============================ 45============================
461. Add the format's mimetype to the STRIPPER list in mat.py 461. Add the format's mimetype to the STRIPPER list in strippers.py
472. Inherit the GenericParser class (parser.py) 472. Inherit the GenericParser class (parser.py)
483. Read the parser.py module 483. Read the parser.py module
494. Implement at least these three methods: 494. Implement at least these three methods: