Skip to content

Commit

Permalink
Correcting the command 'rake rails:update:bin' in the release notes.[…
Browse files Browse the repository at this point in the history
…ci skip]
  • Loading branch information
diogomafra committed Jan 9, 2013
1 parent 50241eb commit 1d1722b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/4_0_release_notes.md
Expand Up @@ -85,7 +85,7 @@ Please refer to the [Changelog](https://github.com/rails/rails/blob/master/railt

* New test locations `test/models`, `test/helpers`, `test/controllers`, and `test/mailers`. Corresponding rake tasks added as well. ([Pull Request](https://github.com/rails/rails/pull/7878))

* Your app's executables now live in the `bin/` dir. Run `rake update:bin` to get `bin/bundle`, `bin/rails`, and `bin/rake`.
* Your app's executables now live in the `bin/` dir. Run `rake rails:update:bin` to get `bin/bundle`, `bin/rails`, and `bin/rake`.

* Threadsafe on by default

Expand Down

0 comments on commit 1d1722b

Please sign in to comment.