From 14f626fe60bb6a54eefe22c686ac736039856248 Mon Sep 17 00:00:00 2001 From: Ferdi Koomen Date: Mon, 7 Feb 2022 21:11:11 +0100 Subject: [PATCH] - Fixed wrong entry in readme --- README.md | 2 +- docs/basic-usage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61562c82..a1a81295 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ $ openapi --help --exportServices Write services to disk (default: true) --exportModels Write models to disk (default: true) --exportSchemas Write schemas to disk (default: false) - --indent Indentation options [4, 2, tab] (default: "5") + --indent Indentation options [4, 2, tab] (default: "4") --postfix Service name postfix (default: "Service") --request Path to custom request file -h, --help display help for command diff --git a/docs/basic-usage.md b/docs/basic-usage.md index ec10b4b3..5b110f2a 100644 --- a/docs/basic-usage.md +++ b/docs/basic-usage.md @@ -17,7 +17,7 @@ $ openapi --help --exportServices Write services to disk (default: true) --exportModels Write models to disk (default: true) --exportSchemas Write schemas to disk (default: false) - --indent Indentation options [4, 2, tab] (default: "5") + --indent Indentation options [4, 2, tab] (default: "4") --postfix Service name postfix (default: "Service") --request Path to custom request file -h, --help display help for command