From b6ae614e6a082a2bbef224d2c742f37a6e330a6f Mon Sep 17 00:00:00 2001 From: Antoine Pelisse Date: Tue, 14 Jul 2020 15:03:19 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0759d0..edf635d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Ouput: ` detect the invalid fields` ``` spec.validation.openAPIV3Schema.additionalProperties: Forbidden: must not be used at the root spec.validation.openAPIV3Schema.type: Required value: must not be empty at the root -`` +``` ## Testing with craft @@ -38,4 +38,4 @@ Firstly build the operator. Then, convert `config/crd/bases/*.yaml` in created o ``` go build . ./validation --def -``` \ No newline at end of file +```