summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvan Jegen <s.jegen@gmail.com>2016-04-20 18:13:45 +0200
committerSilvan Jegen <s.jegen@gmail.com>2016-04-20 18:13:45 +0200
commit0dc42c6420d69cc726c269ddafdee46d83dd0940 (patch)
tree71e48c9e5264207e8796534217dcd5ae68432ca1
parenta924ea6e65faba7d363775b95e220f5befb89f67 (diff)
Format README
-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