minor README fix
authorSergey Karayev <sergeykarayev@gmail.com>
Wed, 26 Feb 2014 06:59:34 +0000 (22:59 -0800)
committerSergey Karayev <sergeykarayev@gmail.com>
Wed, 26 Feb 2014 06:59:34 +0000 (22:59 -0800)
README.md

index 77edebb..3894a86 100644 (file)
--- a/README.md
+++ b/README.md
@@ -93,7 +93,9 @@ git rebase --preserve-merges dev
 Push your branch to pull request it into `dev`
 ```
 git push origin feature
-# ...make pull request... you can do `git pull-request` if you install [hub](https://github.com/github/hub)
+# ...make pull request...
 ```
 
+Now make a pull request! You can do this from the command line (`git pull-request`) if you install [hub](https://github.com/github/hub).
+
 The pull request of feature into `dev` will be a clean merge, applause.