From e34cb9866331780c83a055660251bc7a7b7b243e Mon Sep 17 00:00:00 2001 From: Marcos Barbero Date: Fri, 10 Feb 2017 14:48:33 +0100 Subject: [PATCH] Improve documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bd4e5a..7c46fcf 100644 --- a/README.md +++ b/README.md @@ -56,10 +56,10 @@ Health Check testing In order to enabled heal check for Moip services will be needed to turn this flag on: ``` -moip.health-indicator-enabled: true +moip.health-indicator-enabled: true #default false ``` -The default value is `false` and there's a need to add the actuator dependency on the project: +Also there's a need to add the actuator dependency on the project: ```