summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index ee8a2e9..dfd777f 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,13 @@
# Introduction to the obo package
-This is a WIP for a go library for parsing [.obo files](http://www.geneontology.org/GO.format.obo-1_2.shtml). The library currently parses .obo files and returns either a channel to, or a slice of the [Term] stanzas contained in the files.
-
-The parsing of other stanza types is still under construction as are several of the key: value-pairs associated with the [Term] stanza. Please see the TODO section further below.
-
+This is a WIP for a go library for parsing [.obo
+files](http://www.geneontology.org/GO.format.obo-1_2.shtml). The library
+currently parses .obo files and returns either a channel to, or a slice
+of the [Term] stanzas contained in the files.
+
+The parsing of other stanza types is still under construction as are
+several of the key: value-pairs associated with the [Term] stanza. Please
+see the TODO section further below.
# Examples