summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSergey Karayev <sergeykarayev@gmail.com>2014-02-25 22:59:34 -0800
committerSergey Karayev <sergeykarayev@gmail.com>2014-02-25 22:59:34 -0800
commita9cce84031ee454db66089d7435ffa0372f2fac6 (patch)
treec43738891d08a6e705a44827fb5284f14f102950 /README.md
parent38b21d7553fb373a1161fec4bdf030272632395f (diff)
downloadcaffeonacl-a9cce84031ee454db66089d7435ffa0372f2fac6.tar.gz
caffeonacl-a9cce84031ee454db66089d7435ffa0372f2fac6.tar.bz2
caffeonacl-a9cce84031ee454db66089d7435ffa0372f2fac6.zip
minor README fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 77edebba..3894a86e 100644
--- 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.