diff --git a/README.md b/README.md index f25b32fa..1d505b68 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ Currently, the supported tools for initializing `cuemods` are `k8s`, `tektoncd`, $ genval cuemod init --tool=k8s ``` -> Note: If a workspace for a tool that is not availabe in the above list of supported tools. Genval also supports pulling a custom workspace built and stored by users in OCI registries. The only requirement while building and pushing the workspace to OCI registry, is the the directory structure, which should exactly be in the following order: +> Note: If a workspace for a tool that is not available in the above list of supported tools. Genval also supports pulling a custom workspace built and stored by users in OCI registries. The only requirement while building and pushing the workspace to OCI registry, is the the directory structure, which should exactly be in the following order: ```shell . ├── cue.mod # This directory may contain all Kubernetes types in cue format, generated with "cue get go k8s.io/apis/..." cue command. diff --git a/cmd/cuemod_init.go b/cmd/cuemod_init.go index b76e8942..2e18b2ce 100644 --- a/cmd/cuemod_init.go +++ b/cmd/cuemod_init.go @@ -43,7 +43,7 @@ for validating and generating the Kubernetes resources. --too=crosplane:1.15.0 --tool=clusterapi: -In case, a user requires a workspace for a tool that is not availabe in the above list. Genval also supports pulling a custom workspace +In case, a user requires a workspace for a tool that is not available in the above list. Genval also supports pulling a custom workspace created and stored by users in OCI registries. The only requirement while building the workspace is the the directory structure should exactly be in the following order: