diff options
author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-04-01 14:51:12 -0500 |
---|---|---|
committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-04-01 14:51:12 -0500 |
commit | d1cdbae0fbd49a42252a8967704a21c6d133337f (patch) | |
tree | f0248ea5d48d51eeaa6ac9c30acd22ee13198a34 | |
parent | 9311d9087cb604a73d67fd712c7684955ab59bfe (diff) | |
parent | a11b690a22f8f56d2d16e850a68e07565e1162a4 (diff) |
Merge pull request #303 from ingwinlu/fix_readme_building_rebar
fix congratulation message in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ $ git clone https://github.com/rebar/rebar3 $ cd rebar $ ./bootstrap/bootstrap ==> rebar (compile) -Congratulations! You now have a self-contained script called "rebar" in +Congratulations! You now have a self-contained script called "rebar3" in your current working directory. Place this script anywhere in your path and you can use rebar to build OTP-compliant apps. ``` |