docs pedantry

This commit is contained in:
David Dollar
2010-12-13 18:13:11 -05:00
parent 160945b499
commit 27152b0e76

View File

@@ -104,8 +104,8 @@ will be structured to make the following commands valid:
A Procfile should contain both a name for the process and the command used
to run it.
web: bundle exec thin start
job: bundle exec rake jobs:work
web: bundle exec thin start
job: bundle exec rake jobs:work
## EXAMPLES