From 43e1fd3f04fad644b669991c7e0fb78ccae24f6a Mon Sep 17 00:00:00 2001 From: Fabio Formosa Date: Fri, 11 Nov 2022 00:21:10 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 46f2ef5..905f37d 100644 --- a/README.md +++ b/README.md @@ -91,10 +91,10 @@ In this way, Quartz Manager is able to collect and display the outcomes at the U ### Step 3. Quartz Manager API - App Props -| Property | Values |Mandatory | Default | Description | -| :--- |:--- |:--- |:--- |:-- | -| quartz-manager.jobClassPackages | string | Yes | |java base package which contains your job classes | -| quartz-manager.oas.enabled | boolean | No | false |whether to create an OpenAPI instance to expose the OAS and the Swagger UI | +| Property | Values |Mandatory | Default | Description | +| :--- |:--- |:--- |:--- |:-- | +| quartz-manager.jobClassPackages | string | Yes | |java base package which contains your job classes | +| quartz-manager.oas.enabled | boolean | No | false |whether to create an OpenAPI instance to expose the OAS and the Swagger UI | ### REST API & OAS