diff --git a/genval/modules/cuemod-k8s:v1.30/README.md b/genval/modules/cuemod-k8s:v1.30/README.md index 9e2325e..b034b05 100644 --- a/genval/modules/cuemod-k8s:v1.30/README.md +++ b/genval/modules/cuemod-k8s:v1.30/README.md @@ -11,6 +11,6 @@ This directory structure serves as a foundational workspace for generating and v └── README.md ``` -- `input` Directory: This directory is designated for storing all manifests that users intend to generate from or validate against specific Cuelang policies. When using the `genval cue` command, this directory should be specified with the `--reqinput` flag. +- `input` directory: This directory is designated for storing all manifests that users intend to generate from or validate against specific Cuelang policies. When using the `genval cue` command, this directory should be specified with the `--reqinput` flag. -- `policy` Directory: This directory is reserved for maintaining **Cuelang** definitions, referred to as policies in the context of Genval. When executing the `genval cue` command, this directory should be provided with the `--policy` flag. \ No newline at end of file +- `policy` directory: This directory is reserved for maintaining **Cuelang** definitions, referred to as policies in the context of Genval. When executing the `genval cue` command, this directory should be provided with the `--policy` flag.