From 0d44e345c119721ec5f5b9abf6b214d0a09542cb Mon Sep 17 00:00:00 2001 From: Rune Soerensen Date: Fri, 15 Mar 2024 22:12:56 -0400 Subject: [PATCH] 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b7487f1..66a33be 100644 --- a/README.md +++ b/README.md @@ -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