diff --git a/Genbank.cabal b/Genbank.cabal
--- a/Genbank.cabal
+++ b/Genbank.cabal
@@ -5,7 +5,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             1.0.0
+version:             1.0.1
 synopsis:            Libary for processing the NCBI genbank format
 description:         Haskell cabal Genbank libary contains tools, parser and datastructures for the NCBI (National Center for Biotechnology Information) Genbank format.
                      .
@@ -13,15 +13,15 @@
                      .
                      For a sample genbank record see: <http://www.ncbi.nlm.nih.gov/Sitemap/samplerecord.html>
                      .
-                     ###GenbankData - Datastructures for Genbank format 
+                     "Bio.GenbankData" - Datastructures for Genbank format 
                      .
                      Contains Haskell datastructures for Genbank format and for contained features, subfeatures
                      .
-                     ###GenbankParser - Parse Genbank format
+                     "Bio.GenbankParser" - Parse Genbank format
                      .
                      Contains Haskell functions to parse Genbank format from files or internal Strings.
                      .
-                     ###GenbankTools - Tools for processing Genbank 
+                     "Bio.GenbankTools" - Tools for processing Genbank 
                      .
                      Contains Haskell functions to extract nucleotide sequences for features 
 extra-source-files:
@@ -42,8 +42,8 @@
 
 source-repository this
   type:     git
-  location: https://github.com/eggzilla/Genbank/tree/v1.0.0
-  tag:      v1.0.0
+  location: https://github.com/eggzilla/Genbank/tree/1.0.1
+  tag:      v1.0.1
 
 library
   -- Modules exported by the library.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,9 +1,13 @@
 #Genbank
 Haskell cabal Genbank libary contains tools, parser and datastructures for the NCBI (National Center for Biotechnology Information) Genbank format.
 For more information on genbank refer to: 
+
 http://www.ncbi.nlm.nih.gov/genbank/
+
 For a sample genbank record see: 
+
 http://www.ncbi.nlm.nih.gov/Sitemap/samplerecord.html
+
 ###Datastructures for Genbank format (GenbankData.hs)
 Contains Haskell datastructures for Genbank format and for contained features, subfeatures
 ###Parse Genbank format (GenbankParser.hs)
