Skip to content

Commit

Permalink
Update readme (#221)
Browse files Browse the repository at this point in the history
* Update intro text

Avoid referring to "Procfile application" as mentioned here #217 (comment)

* Remove yaml reference

There isn't really a need for a link here (as the immediately preceding section links to the Procfile docs), but including it anyway. Also see #217 (comment)
  • Loading branch information
runesoerensen authored Mar 16, 2024
1 parent d0a2bb6 commit 58ca67c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


`heroku/procfile` is the [Heroku Cloud Native Buildpack][heroku-buildpacks]
for Procfile applications. It replicates the behavior of [`Procfile`](https://devcenter.heroku.com/articles/procfile)
for applications that use a Procfile to declare process types. It replicates the behavior of [`Procfile`](https://devcenter.heroku.com/articles/procfile)
from builds on the Heroku Platform.

> [!IMPORTANT]
Expand Down Expand Up @@ -35,8 +35,7 @@ to exist in the root project directory.

## Configuration

You may configure which processes are included in a build result by using a
YAML-like syntax with bash commands:
You may configure which process types and commands are included in a build result [like this](https://devcenter.heroku.com/articles/procfile#procfile-format):

```yaml
# Example Procfile
Expand Down

0 comments on commit 58ca67c

Please sign in to comment.