From 8cc487157643d12ba5f04c5200242a902145c9e0 Mon Sep 17 00:00:00 2001 From: Diego Rubio Abujas Date: Fri, 27 Nov 2020 16:44:55 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ace8df4..4b91047 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ Esta llamada puede devolver 404 en caso de que no exista el teléfono, o bien 20 ![Screenshot](resources/diagram.png) -## Requisitos +## Requirements * Docker and docker-compose -## Instalación +## Install For make this demo we dispose of `docker-compose.yml`. This *yaml* raise up containers with kafka, zookeepr, a container with query spring-boot project and other with command spring boot project. ```bash docker-compose up -d