Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #8 from mattonrails/patch-1
Fix git commit instruction in README
  • Loading branch information
archaelus committed Nov 8, 2013
2 parents 78c2565 + b7f28f7 commit 1cf4753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ Currently supported OTP versions:
To select the version for your app:

$ echo OTP_R15B01 > .preferred_otp_version
$ git commit "Select R15B01 as preferred OTP version" .preferred_otp_version
$ git commit -m "Select R15B01 as preferred OTP version" .preferred_otp_version

### Build your Heroku App

Expand Down

0 comments on commit 1cf4753

Please sign in to comment.