diff --git a/content/docs/for-app-developers/how-to/build-inputs/use-inline-buildpacks.md b/content/docs/for-app-developers/how-to/build-inputs/use-inline-buildpacks.md index db850643b..32587d923 100644 --- a/content/docs/for-app-developers/how-to/build-inputs/use-inline-buildpacks.md +++ b/content/docs/for-app-developers/how-to/build-inputs/use-inline-buildpacks.md @@ -31,7 +31,7 @@ id = "me/rake-tasks" inline = "rake package" ``` -In this example, the `me/rake-tasks` inline buildpack is configured to run after the `example/ruby` buildpack. The inline script is compatible with Buildpack API version `0.6` (this is a required field), and it will execute the `rake package` command during the build step. +In this example, the `me/rake-tasks` inline buildpack is configured to run after the `example/ruby` buildpack. The inline script is compatible with Buildpack API version `0.10` (this is a required field), and it will execute the `rake package` command during the build step. > **Note:** Inline buildpacks will _always_ pass detection.