summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorfr33 tux2014-01-17 23:17:37 +0100
committerjvoisin2014-01-18 02:16:45 +0000
commitffb4e8895a4b89de1374d73c924aa2312493f6fc (patch)
treee889eec8784ee298a6bd90d55a7b56bbc470cdab /README
parenta06affab314832bad2315f2eb373c64d362888cd (diff)
Fix small errors in README
Diffstat (limited to '')
-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: