diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # CHANGELOG
 
+## v0.1.0.1
+
+* Documentation fixes
+
+
 ## v0.1.0.0
 
 * Initial Release
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
 # stack-templatizer
 
+[![stack-templatizer Build Status](https://travis-ci.org/prikhi/stack-templatizer.svg?branch=master)](https://travis-ci.org/prikhi/stack-templatizer)
+
+
 Stack Templatizer is a small application that lets you generate stack template
 `hsfiles` from a folder.
 
@@ -17,6 +20,19 @@
 
 Once installed, you can run `stack-templatizer my-template-folder` to generate
 a `my-template-folder.hsfiles` stack template.
+
+
+**hpack template**
+
+Things I do after initing a `simple-hpack` template:
+
+* Add gitignore w/ cabal & stack-work
+* change exe to `app/Main.hs`
+* Add library section
+* set GHC options
+* lint stack.yaml & package.yaml
+* add LICENSE section to readme
+* add github section to package.yaml
 
 
 # LICENSE
diff --git a/stack-templatizer.cabal b/stack-templatizer.cabal
--- a/stack-templatizer.cabal
+++ b/stack-templatizer.cabal
@@ -4,17 +4,20 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: f1451b06cd9492b434d22bd403c92534b61f1f9a09e0df1d4fd4a588e47c33e4
+-- hash: c9c98bdc745f8727c05701289b4fbca322b2b8eba1e403a43d1fc7015d76d087
 
 name:           stack-templatizer
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       Generate a stack template from a folder.
 description:    @stack-templatizer@ is an application that generates a @.hsfiles@ stack
                 template from a folder of template files.
                 .
-                You can install the application using @stack install stack-templatizer
-                --resolver nightly@ or by cloning the repository and running @stack
-                install@
+                You can install the application using @stack install
+                stack-templatizer --resolver nightly@ or by cloning the repository and
+                running @stack install@.
+                .
+                Then run @stack-templatizer my-folder@ to turn all the files in @my-folder@
+                into a @my-folder.hsfiles@ stack template.
 category:       Web
 homepage:       https://github.com/prikhi/stack-templatizer#readme
 bug-reports:    https://github.com/prikhi/stack-templatizer/issues
