mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #13211 from psahni/master
capitalize words starting after numbered list to maintain consistency [c...
This commit is contained in:
commit
10e0e5125b
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@ NOTE: This section is a work in progress.
|
|||
|
||||
If you want to use Spring as your application preloader you need to:
|
||||
|
||||
1. add `gem 'spring', group: :development` to your `Gemfile`.
|
||||
2. install spring using `bundle install`.
|
||||
3. springify your binstubs with `bundle exec spring binstub --all`.
|
||||
1. Add `gem 'spring', group: :development` to your `Gemfile`.
|
||||
2. Install spring using `bundle install`.
|
||||
3. Springify your binstubs with `bundle exec spring binstub --all`.
|
||||
|
||||
NOTE: User defined rake tasks will run in the `development` environment by
|
||||
default. If you want them to run in other environments consult the
|
||||
|
|
Loading…
Reference in a new issue