From 27152b0e7620cf5d66ae8a6bd6562a65de088cb5 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Mon, 13 Dec 2010 18:13:11 -0500 Subject: [PATCH] docs pedantry --- man/foreman.1.ronn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/foreman.1.ronn b/man/foreman.1.ronn index 648387a..4fa79cf 100644 --- a/man/foreman.1.ronn +++ b/man/foreman.1.ronn @@ -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