diff --git a/README.md b/README.md index fe898b6..6460ae2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,10 @@ Schemes are generated by the CI and automatically pushed to the `catalog` branch ### Kubeconform ```Shell -kubeconform -schema-location default -schema-location 'https://gitea.rknet.org/infra/crds-catalog/raw/branch/catalog/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' [MANIFEST] +kubeconform \ + -schema-location default \ + -schema-location 'https://gitea.rknet.org/infra/crds-catalog/raw/branch/catalog/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' \ + ``` ## License