summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6219368..b2bc29b 100644
--- a/README.md
+++ b/README.md
@@ -54,18 +54,19 @@ Todo/missing
* More flexible plotting.
* Possibly introduce a barcode class that keeps track of its own
maximal scale.
+* HTML documentation from the docstrings.
Use
=====
-I primarily use this scripts to convert to and from DIPHA's file
+I primarily use this module to convert to and from DIPHA's file
formats. The `DiphaRunner` class is available for those who would like
to avoid manually running DIPHA.
I am not aiming for great performance, efficiency or generality with
-these scripts. If you you want either, you are better off writing the
-DIPHA files yourself. The scripts are intended to be easy to use.
+this code. If you you want either, you are better off writing the
+DIPHA files yourself. The modules are intended to be easy to use.
Examples