diff --git a/README.md b/README.md index ea5ecaa..9b47021 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Node Start Cloud Native Buildpack +# Paketo Buildpack for Node Start ## `gcr.io/paketo-buildpacks/node-start` The Paketo Node Start CNB sets the start command for a given node application. diff --git a/buildpack.toml b/buildpack.toml index 9ec2e65..cbe3957 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -3,7 +3,7 @@ api = "0.7" [buildpack] homepage = "https://github.com/paketo-buildpacks/node-start" id = "paketo-buildpacks/node-start" - name = "Paketo Node Start Buildpack" + name = "Paketo Buildpack for Node Start" [[buildpack.licenses]] type = "Apache-2.0"