Skip to content

Commit

Permalink
Add a link to the Buildpack API specification in the README (#719)
Browse files Browse the repository at this point in the history
Since:
- it's still necessary to know about/understand the spec when using `libcnb.rs`
- the previous wording implied there was just one CNB spec with version `0.9`,
  when it's only the Buildpack API spec that's version `0.9`
  • Loading branch information
edmorley authored Nov 6, 2023
1 parent a6e6db2 commit 5ba2781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
It is an opinionated implementation adding language constructs and convenience methods for working
with the spec. It values strong adherence to the spec and data formats.

It currently targets version `0.9` of the CNB spec.
It currently targets version `0.9` of the CNB [Buildpack API specification](https://github.com/buildpacks/spec/blob/buildpack/0.9/buildpack.md).

## Quick Start Guide

Expand Down

0 comments on commit 5ba2781

Please sign in to comment.