From ec292a08fa2472f4588432fbeb397146531e1649 Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Sun, 30 Jul 2023 22:12:39 -0400 Subject: [PATCH] Fix typo in README.md Signed-off-by: Daniel Mikusa --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3dd89e..abead60 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 \ No newline at end of file +[a]: https://www.apache.org/licenses/LICENSE-2.0