From 2ace7d544358ef4d964d51079dc5fc3b323de7a4 Mon Sep 17 00:00:00 2001 From: Piper Date: Thu, 14 Dec 2023 22:00:37 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd448585b..5a0f36c37 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ code or routes. Thus, there should be no kubernetes specific code in this repo. There are two main parts: - A model generator that goes through .go files, find and generate model definitions. - - The spec generator that is responsible for dynamically generate + - The spec generator that is responsible for dynamically generating the final OpenAPI spec using web service routes or combining other OpenAPI/Json specs.