From c265a6db4be4ad5a6ddffd3b7b767ad0c2a0a656 Mon Sep 17 00:00:00 2001 From: zenidd Date: Fri, 16 Oct 2020 14:13:35 +0200 Subject: [PATCH] minor syntax fix2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44e834f7..4fb71fa9 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ ansible_ssh_extra_args='-o StrictHostKeyChecking=no' ansible-playbook wazuh-odfe-production-ready.yml -i inventory ``` -After the playbook execution, Wazuh UI should be reachable through `https://:5601` +After the playbook execution, the Wazuh UI should be reachable through `https://:5601` ## Example: single-host environment @@ -325,7 +325,7 @@ ansible_ssh_extra_args='-o StrictHostKeyChecking=no' ansible-playbook wazuh-odfe-single.yml -i inventory ``` -After the playbook execution, Wazuh UI should be reachable through `https://:5601` +After the playbook execution, the Wazuh UI should be reachable through `https://:5601` ## Branches * `master` branch on correspond to the last Wazuh-Ansible stable version.