diff --git a/app/Main.hs b/app/Main.hs
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -63,7 +63,7 @@
 main = do
     opts <- getRecord "normalize, Gregory W. Schwartz.\
                       \ Normalizes the data (entities, for instance genes or\
-                      \ proteins) by column (samples)."
+                      \ proteins) by column (samples). Can read stdin."
 
     -- No header so we can READ the header (ugh).
     (_, csvContents) <- fmap
diff --git a/normalize.cabal b/normalize.cabal
--- a/normalize.cabal
+++ b/normalize.cabal
@@ -1,7 +1,7 @@
 name:                normalize
-version:             0.3.0.0
+version:             0.3.0.1
 synopsis:            Normalize data using a variety of methods.
-description:         Please see README.md
+description:         Normalize data using a variety of methods. For use with csv files.
 homepage:            http://github.com/GregorySchwartz/normalize#readme
 license:             GPL-3
 license-file:        LICENSE
