From 3646a01473e72e5f623342afd50bdc5ebba1917d Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 17 Nov 2020 23:51:52 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 454fb48..2db126f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ - Preparado para salas individuales. - Minimalismo en Front-End con Javascript Vainilla. +![demo](media/screenshot.png) + ## Instalar ``` shell @@ -23,7 +25,7 @@ docker-compose up -d ## Ejecutar ``` shell -venv/bin/daphne -b localhost -p 8000 mi_web.asgi:application +venv/bin/daphne -b localhost -p 8000 mi_web.asgi:application ``` -Abre en tu navegador en ```localhost:8000```. +Abre en tu navegador en ```127.0.0.1:8000```.