Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(managing-app-processes.md): update proc type naming guidelines (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaughn Dice authored Mar 15, 2017
1 parent bb63717 commit fdf76e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/managing-app-processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The format of a `Procfile` is one process type per line, with each line containi

The syntax is defined as:

* `<process type>`an alphanumeric string, is a name for your command, such as web, worker, urgentworker, clock, etc.
* `<process type>`a lowercase alphanumeric string, is a name for your command, such as web, worker, urgentworker, clock, etc.
* `<command>` – a command line to launch the process, such as `rake jobs:work`.

This example Procfile specifies two types, `web` and `sleeper`. The `web` process launches a web server on port 5000 and
Expand Down

0 comments on commit fdf76e4

Please sign in to comment.