Quick test
diff --git a/README.mdown b/README.mdown
index ce5bb14..07188c6 100644
--- a/README.mdown
+++ b/README.mdown
@@ -30,8 +30,8 @@
 
 * To start a new feature branch, use:
   
-  	gitflow start feature <name> [<base>]
-  	gitflow start feature foo-support
+  		gitflow start feature <name> [<base>]
+  		gitflow start feature foo-support
   
   `base` is `develop` by default.