From 58ca67cc03b78009fb821f26d2b8c39b55659478 Mon Sep 17 00:00:00 2001 From: Rune Soerensen Date: Sat, 16 Mar 2024 09:18:42 -0400 Subject: [PATCH] Update readme (#221) * Update intro text Avoid referring to "Procfile application" as mentioned here https://github.com/heroku/buildpacks-procfile/pull/217#discussion_r1515815765 * 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 https://github.com/heroku/buildpacks-procfile/pull/217#discussion_r1515826374 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 374ecb0..66a33be 100644 --- a/README.md +++ b/README.md @@ -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] @@ -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