Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Emily Casey <ecasey@vmware.com>

Co-authored-by: Stephen Levine <stephen.levine@gmail.com>
  • Loading branch information
ekcasey and sclevine authored Jul 7, 2020
1 parent a468b18 commit 545ab43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ For a given layer, the buildpack MAY specify:
This section describes the 'Buildpack descriptor'.

```toml
api = "<buildpack API Version>"
api = "<buildpack API version>"

[buildpack]
id = "<buildpack ID>"
Expand Down Expand Up @@ -904,7 +904,7 @@ If an `order` is specified, then `stacks` MUST NOT be specified.

**The buildpack API:**

*Key: `api = "<buildpack API Version>"`*
*Key: `api = "<buildpack API version>"`*
- MUST be in form `<major>.<minor>` or `<major>`, where `<major>` is equivalent to `<major>.0`
- MUST describe the implemented buildpack API.
- SHOULD indicate the lowest compatible `<minor>` IF buildpack behavior is consistent with multiple `<minor>` versions of a given `<major>`
Expand Down

0 comments on commit 545ab43

Please sign in to comment.