From 4b953eae5f62ddbff6faf309c9a0b5d88821d92b Mon Sep 17 00:00:00 2001 From: Manabu McCloskey Date: Tue, 28 May 2024 16:52:15 +0000 Subject: [PATCH] fix typo Signed-off-by: Manabu McCloskey --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c776b38c..033c74c6 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Run the following commands for available flags and subcommands: Idpbuilder supports specifying custom packages using the flag `--package-dir` flag. This flag expects a directory (local or remote) containing ArgoCD application files. In case of a remote directory, it must be a directory in a git repository, -and the URL format must be a [kustommize remote URL format](https://github.com/kubernetes-sigs/kustomize/blob/master/examples/remoteBuild.md). +and the URL format must be a [kustomize remote URL format](https://github.com/kubernetes-sigs/kustomize/blob/master/examples/remoteBuild.md). Examples of using custom packages are available in the [example](./examples) directory. Let's take a look at [this example](examples/basic). This defines two custom package directories to deploy to the cluster.