summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2011-05-21 12:42:39 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-05-21 12:48:56 +0200
commite6730e464e97fec702eed895eaf102c34c208b6a (patch)
tree985bcd3ab268a4c4f79e6a4385c21bdd9f610cb7 /README.md
parent99f8223d8635d19adf53222cef1c3b38be270f3e (diff)
downloadrebar-e6730e464e97fec702eed895eaf102c34c208b6a.tar.gz
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ed85756..2399656 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Do not commit to master in your fork.
Provide a clean branch without any merge commits from upstream.
-Usually you should collapse (squash) any intermediate commits into the original single commit.
+Usually you should squash any intermediate commits into the original single commit.
Code style
----------
@@ -67,7 +67,7 @@ Do not mix spaces and tabs.
Do not introduce lines longer than 80 characters.
[erlang-mode (emacs)](http://www.erlang.org/doc/man/erlang.el.html) indentation is preferred.
-If you prefer vi, consider extending emacs with [Vimpulse](http://www.emacswiki.org/emacs/Vimpulse).
+vi-only users are encouraged to give [Vimpulse](http://www.emacswiki.org/emacs/Vimpulse) a try.
Writing Commit Messages
-----------------------