Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mikusa <dan@mikusa.com>
  • Loading branch information
dmikusa committed Jul 31, 2023
1 parent f4819e2 commit ec292a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository pulls together and publishes a number of helpful tools for the management and release of buildpacks.

## `libpak-tools package create``
## `libpak-tools package create`

The `package create` command creates a `libpak.Package` and calls `libpak.Package.Create()`. This takes a Paketo buildpack written in Go and packages is it into a buildpack. That involves compiling the source code, possibly copying in additional resource files, and generating the buildpack in the given output directory.

Expand Down Expand Up @@ -107,4 +107,4 @@ Flags:

This library is released under version 2.0 of the [Apache License][a].

[a]: https://www.apache.org/licenses/LICENSE-2.0
[a]: https://www.apache.org/licenses/LICENSE-2.0

0 comments on commit ec292a0

Please sign in to comment.