diff --git a/cabal-test-bin.cabal b/cabal-test-bin.cabal
--- a/cabal-test-bin.cabal
+++ b/cabal-test-bin.cabal
@@ -2,16 +2,18 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                cabal-test-bin
-version:             0.1.1
+version:             0.1.2
 synopsis:            A program for finding temporary build file during cabal-test.
-description:         cabal-test-bin finds exe-file for 
+description:         cabal-test-bin finds exe-file for cabal test below
+                     .
                      > cabal install --enable-tests --run-tests
-                     and
+                     .
                      > cabal test
                      .
-                     When a project uses cabal-sandbox, cabal-test-bin checks both 
+                     When a project uses cabal-sandbox, cabal-test-bin checks following paths.
+                     .
                      > <project root>/dist/dist-sandbox-<hash>/build/<exe-file>/<exe-file> 
-                     and 
+                     .
                      > <project root>/dist/build/<exe-file>/<exe-file>
                      .
                      
