From 644956db29576b021b605f4ddfeb819ed8880252 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 23 Jun 2010 19:04:25 -0400 Subject: [PATCH] update readme --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 3e6bd43..1415e3f 100644 --- a/README.markdown +++ b/README.markdown @@ -60,15 +60,15 @@ These options control all modes of foreman's operation. Start one instance of each process type, interleave the output on stdout: - $ `foreman start` + `$ foreman start` Export the application in upstart format: - $ `foreman export upstart /etc/init` + `$ foreman export upstart /etc/init` Run one process type from the application defined in a specific Procfile: - $ `foreman start alpha -p ~/app/Procfile` + `$ foreman start alpha -p ~/app/Procfile` ## COPYRIGHT