Browse Source

fix congratulation message in README.md

pull/303/head
derwinlu 10 years ago
parent
commit
a11b690a22
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -125,7 +125,7 @@ $ git clone https://github.com/rebar/rebar3
$ cd rebar $ cd rebar
$ ./bootstrap/bootstrap $ ./bootstrap/bootstrap
==> rebar (compile) ==> 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 your current working directory. Place this script anywhere in your path
and you can use rebar to build OTP-compliant apps. and you can use rebar to build OTP-compliant apps.
``` ```

Loading…
Cancel
Save