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

Commit fdf76e4

Browse files
author
Vaughn Dice
authored
docs(managing-app-processes.md): update proc type naming guidelines (#769)
1 parent bb63717 commit fdf76e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/managing-app-processes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The format of a `Procfile` is one process type per line, with each line containi
4848

4949
The syntax is defined as:
5050

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

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

0 commit comments

Comments
 (0)