diff --git a/index.html b/index.html index 5fadd49..9b43ca7 100644 --- a/index.html +++ b/index.html @@ -144,17 +144,17 @@ application.
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