From 313ab13ca6d57a4a01435c0e8e2987e8c8652b14 Mon Sep 17 00:00:00 2001 From: kristofpeto-tesco <59829911+kristofpeto-tesco@users.noreply.github.com> Date: Tue, 28 Jul 2020 00:00:11 +0200 Subject: [PATCH] fix comment on api-docs.enabled in README.MD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5561c19b..77e81799c 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ springdoc.api-docs.path=/api-docs * This step is optional: If you want to disable `springdoc-openapi` endpoints, add a custom springdoc property, in your `spring-boot` configuration file: ```properties -# /api-docs endpoint custom path +# disable api-docs springdoc.api-docs.enabled=false ```