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

docs(managing-app-processes.md): update proc type naming guidelines #769

Merged
merged 1 commit into from
Mar 15, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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